On this page
article
PROMPT
PROMPT Raise a modal dialog and wait until the user dismisses the prompt
When to use it
Use PROMPT any time the payload should pause and give the user
information.
Syntax
PROMPT [message]
message required
Text that will be displayed to the user. Messages should be kept short enough to fit on the device display.
Results
PROMPT will wait until the user has dismissed the prompt, pausing
the payload.
Examples
PROMPT "The user should know about this..."
Remember to enclose the prompt text in quotes if it contains spaces!