Input event is triggered when a user input form is closed, if an event handler was installed before calling the form. See User input for usage.
Installer:
OnInputEvent <eventlabel>
Event type: 7000
Specific statements (must be inside the event handler):
GetEventType %a | stores the event type code in variable %a |
GetEventResult %a | is always 0. |
GetInput $a | stores the input string in variable $a |