exit;
Softkey return strings (FDM only) - code x'A0'
FDM Function - Opcode 12
Exits the script. The current screen will be discarded.
None.
SR-INS-002461 (softkey), SR-INS-002461 (FDM Scripts).
softkey ESCAPE : "Disable Script" : Escape: {
clear_display;
exit;
}