Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


Make a multiline input text box

Keywords: multiple line input text box

Example:

ret=AskTextBox( "User satisfaction","Please type any comments here", "NOCOMMENT", 0, 0)
if ret=="NOCOMMENT"
   message("User input","Default returned. No user input" )
else
   message("User input",ret)
endif
exit

Article ID:   W13168
Filename:   Make a multiline input box.txt