Files
open-insight/LSL2/OIEVENT/LOSTFOCUS/WO_MAST_SCHED_FIND.FIND_VAL.json
2024-03-25 15:12:53 -07:00

11 lines
374 B
JSON

{
"header": {
"version": 1,
"type": "record"
},
"body": {
"record1": {
"<1>": "declare subroutine wo_mast_sched_comm\r\n\r\nOrigFVal = get_property( @window, '@OrigFVal' )\r\nCurFVal = .find_val->text\r\nif CurFVal <> OrigFVal then\r\n wo_mast_sched_comm( 'CLEARPOS', '', '' )\r\nend\r\nRETURN 0"
}
}
}