Files
open-insight/LSL2/OIEVENT/MENU/NOTES.MENU.FILE.EXIT.json
2024-03-25 15:12:53 -07:00

11 lines
408 B
JSON

{
"header": {
"version": 1,
"type": "record"
},
"body": {
"record1": {
"<1>": "declare function rowexists, send_event\r\n\r\nif rowexists( 'NOTES', .seq->text ) then\r\n Void = send_event( @window, 'CLEAR', 0, 1, 1, '' )\r\n void = send_event( @window, 'CLOSE' )\r\n return 0\r\nend else\r\n return 1\r\nend\r\n\r\nRETURN 0"
}
}
}