here is an editbox and okay with %input...

alias example {
; text on dialog
var %message = What is this for
; title of input dialog
var %title = Enter Answer Below
; text to be pre-entered in editbox when it opens (if any)
var %editbox = Example of $+($,input)
var %input = $input(%message, oyv, %title, %editbox)
}


-KingTomato