passwordbox

Displays a dialog box prompting the user to input a password.

passwordbox <message> <title> [<special>]

Remarks

The <message> is displayed in the dialog box. The <title> is displayed as the dialog box title.

The password typed by the user is not displayed as is.
Instead, asterisks are displayed. The password is returned in the system variable "inputstr".

If <special> is non-zero, following strings in <message> is treated as spacial character.
If <special> is not specified then 1 is used.

input output
\\ "\"
\n line feed
\t tab

Example

passwordbox 'Enter password' 'Login'