message( <"message"> [,<type>] )
Description
This prompts the user with the message given, for example:
message("Please select \"BBC World\" (ch. FAV:30).")
On both Windows and RISC OS, script processing will be halted until the user has read the message and clicked the OK button.
There is an optional 'type' value which can be:
- 0 or not specified, this will report a standard message:
- 1, this will report an 'informational' message:
- 2, this will report a 'warning' message:
- 3, this will report a 'critical' message:
Specifics
RISC OS does not support escaped characters (i.e. the '\"') and it does not support the optional type, this would be ignored.
Related information