WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

How To
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

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
File Created: 2001:01:15:10:57:32
Last Updated: 2001:01:15:10:57:32