Files
open-insight/LSL2/OIEVENT/INSERTROW/RDS_PRE_EPI.PRE_EPI_SIG_INFO.json
2024-03-25 15:12:53 -07:00

11 lines
440 B
JSON

{
"header": {
"version": 1,
"type": "record"
},
"body": {
"record1": {
"<1>": "declare function send_message, msg\r\n$insert msg_equates\r\n\r\nMsgInfo = ''\r\nMsgInfo<mtext$> = 'Do you wish to insert a cleaning?'\r\nMsgInfo<mtype$> = 'BNY'\r\nResp = msg( '', MsgInfo )\r\nif Resp else\r\n Void = send_message( CtrlEntId, \"DELETE\", RowNum )\r\nend\r\nRETURN 0"
}
}
}