input

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>

retrurn 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