exit

Syntax

exit;

Type

Softkey return strings (FDM only) - code x'A0'

FDM Function - Opcode 12

Parameters

Exits the script. The current screen will be discarded.

Description

None.

References

SR-INS-002461 (softkey), SR-INS-002461 (FDM Scripts).

Example

softkey ESCAPE : "Disable Script" : Escape: {
    clear_display;
    exit;
}