input

beasscript-logo-small

Ask for a value

window_prompt

 

 

input=<messagenumber$Frage>=<targetvariable>=<default>=<gocancelplace>

 

Will show an input dialog.

 

Return will be stored into "targetvariable"

 

Example:

input=myinput1$Itemnumber=myitemnumber= =noinput
messagebox=Your Itemnumber <myitemnumber>
return true
 
[noinput]
messagebox=myinput2$input is empty!
return false

 

 

If you need a Password input than you can set "default" to @PW.

 

Example:

input=Please insert Password:=cmypassword=@PW=cancel
// in cmypassword is the inserted Password
// input is hidden

 

See

if, question