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:

Specifics

RISC OS does not support escaped characters (i.e. the '\"') and it does not support the optional type, this would be ignored.