Project

General

Profile

Actions

$ » History » Revision 1

Revision 1/10 | Next »
Per Amundsen, 08/14/2015 02:12 PM


Added 1.9.0

$?!="message"*

Prompts the user for input and returns the result.

See also $input.

Parameters

  • - Use a password Editbox.
    ! - Use a yes/no dialog which will return $true if user clicks yes, otherwise $false.

Example

; Ask the user for his name and print the result.
//echo $?="What is your name?" 

; Ask the user for his password and print the result.
//echo $?*="What is your password?" 

; Ask the use to continue with a yes/no dialog.
//echo $?!="Do you want to continue?" 

Updated by Per Amundsen over 8 years ago · 1 revisions

Also available in: PDF HTML TXT