|
  
asknumber
Format: asknumber( message, default, title, buttons )
Arguments: [any] message Optional message to
display; default = contents of the node's Form window (dialogtemplate)
(any) default Optional default value to display in the
text box; default = ""
(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: (real) Value of the response entered by the
user
Description: Asknumber prompts the user for input by
displaying a dialog box or HTML form containing message
and waiting for a response.
Asktext and asknumber
are similar except that asknumber converts the user's
response to a number and asktext
does not.
When Logical Look-Ahead is active, this function is gated to
prevent unnecessary user input in expressions using Logical And/Logical
Or.
See Also: askyesno,
asktext, askmultitext, choose, dialog
|