|
  
say
Format: say( message, title, buttons )
Arguments: [any] message Optional message to
display; default = contents of the node's Form window (dialogtemplate)
(text) title Optional title displayed on the dialog box
frame; default = ""
(int) buttons Optional code indicating the type of
buttons displayed; default = 0 (see dialog for details)
Returns: null
Description: The value of message is displayed
in a dialog box or HTML form.
When Logical Look-Ahead is active, this function is gated to
prevent unnecessary user input in expressions using Logical And/Logical
Or.
See Also: dialog, form, append, write, watch
|