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

11 lines
491 B
JSON

{
"header": {
"version": 1,
"type": "record"
},
"body": {
"record1": {
"<1>": "declare subroutine end_dialog\r\ndeclare function msg\r\n$insert msg_equates\r\n\r\nMsgInfo = ''\r\nMsgInfo<mtext$> = 'Are you sure you wish to remove ALL RMA information???'\r\nMsgInfo<mtype$> = 'BNY'\r\nMsgInfo<micon$> = '?'\r\nResp = msg( '', MsgInfo )\r\nif Resp = 1 then\r\n end_dialog( @window, 'REMOVEALL' )\r\nend\r\nRETURN 0"
}
}
}