WMLScript exit() Function
De exit() functie verlaat WMLScript en stuurt een bericht terug aan de caller van het script.
Syntax
Lang.exit(value)
Component | Description |
---|---|
value | Any value. |
Example
Lang.exit("Value is 500");
Result
Script ends, value "Value is: 500" returns to the caller of the script.