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: W13168Filename: Make a multiline input box.txt