ryanbogadi Posted August 26, 2005 Posted August 26, 2005 I'm trying to make just a simple input box, but I want to have a couple lines of text before the input field. Whenever I have more than a certain number of characters in the "question" field (see below), it gives me an error. How can I make the text wrap around to a new line? I've played around with the parameters and all I can seem to do is position the box and resize the box. $input = InputBox("title","question")
GaryFrost Posted August 26, 2005 Posted August 26, 2005 $input = InputBox("title","question" & @LF & "are you sure?") SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now