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

11 lines
414 B
JSON

{
"header": {
"version": 1,
"type": "record"
},
"body": {
"record1": {
"<1>": "DECLARE SUBROUTINE End_Dialog\r\n\r\nControls\t= Get_Property(@WINDOW,'@Controls')\r\nProps\t\t= Get_Property(@WINDOW,'@Props')\r\n\r\nRetVal = Get_Property( Controls,Props )\r\n\r\nCONVERT @RM TO '~' IN RetVal\r\n\r\nEnd_Dialog(@WINDOW, RetVal )\r\nRETURN 0"
}
}
}