Syntax
trigger <custom_event>;
Type
Softkey return strings
(FDM only) - code x'9E' and x'9F'
FDM Function - opcode 13
Parameters
Generates
event code 22 or 23.
Description
- <custom_event> is CUSTOM_EVENT_X, EVENT_X or X for event
code 22.
- <custom_event> is CUSTOM_EVENT_Y, EVENT_Y or Y for event
code 23.
References
SR-INS-002461
(Softkeys).
Notes
- These are two of the events that can be used to cause an on statement
(see on)
to execute.
- No parameter substitutions are possible with this statement.
Example
trigger CUSTOM_EVENT_X;
trigger EVENT_X;