| Applying science to business management |
  
askyesno
Format: askyesno( message, default, title )
Arguments: [any] message Optional message to
display; default = contents of the node's Form window (dialogtemplate)
(bool) default Optional initial selection state; true = Yes,
false = No; default = true
(text) title Optional title displayed on the dialog box
frame; default = ""
Returns: (bool) True or false
Description: Askyesno prompts the user for input by
displaying a dialog box or HTML form containing message
and waiting for a response. The dialog box contains Yes and No
radio buttons that the user can select to indicate the proper
response
When Logical Look-Ahead is active, this function is gated to
prevent unnecessary user input in expressions using Logical And/Logical
Or.
See Also: asknumber,
asktext, choose, dialog
|