Files
open-insight/LSL2/OIEVENT/CLICK/LSL_USERS_RPT1.RUN_REPORT_BUTTON.json
2024-03-25 15:12:53 -07:00

11 lines
487 B
JSON

{
"header": {
"version": 1,
"type": "record"
},
"body": {
"record1": {
"<1>": "declare function send_event\r\ndeclare subroutine end_dialog\r\n\r\nUsers = .users->array<1>\r\nswap @vm:@vm with '' in Users\r\nif Users[-1,1] = @vm then Users[-1,1] = ''\r\nExpand = .expand->text\r\nDirToPrint = .send_to_printer->text\r\nRetVal = Users:'*':Expand:'*':DirToPrint\r\nend_dialog( @window, RetVal )\r\nreturn 0\r\n"
}
}
}