@INPUT |
|
| Top Previous Next | |
Syntax:
@INPUT(<prompt text>,<default result> , PASSWORD)
Description:
This function prompts the user to enter some text. The optional default result is returned if the user presses Cancel.
If the optional PASSWORD parameter is supplied then the text in the input box is shown as asterisks.
OK:
Set to false if the user presses Cancel.
Example:
%P = @INPUT(Enter password:,,PASSWORD))
See also: