AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

how do you display multiple lines of text in inputbox?

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
dwaynek



Joined: 20 Dec 2005
Posts: 61

PostPosted: Fri Jan 23, 2009 4:37 pm    Post subject: how do you display multiple lines of text in inputbox? Reply with quote

i want to display multiple lines of text in the inputbox dialog box instead of its default action which wraps text?
Back to top
View user's profile Send private message
BigVent



Joined: 29 May 2008
Posts: 180

PostPosted: Fri Jan 23, 2009 4:55 pm    Post subject: Reply with quote

Is this what you are looking for ?


http://www.autohotkey.com/forum/topic13042.html&highlight=multiline+input
_________________
~BigVent
Back to top
View user's profile Send private message
DHMH



Joined: 17 Jul 2008
Posts: 225

PostPosted: Fri Jan 23, 2009 4:58 pm    Post subject: Reply with quote

Code:
Inputbox,input,,Please enter input!`nThe input will be saved in the variable 'input'`nThis is line 3!
if input =
    exitapp
MsgBox % input

Try this! use `n (linefeed) for more lines Smile
Greets,
DHMH
Back to top
View user's profile Send private message Visit poster's website
dwaynek



Joined: 20 Dec 2005
Posts: 61

PostPosted: Fri Jan 23, 2009 7:29 pm    Post subject: Reply with quote

thanks both of you for taking the time to respond.

the `n was what i was looking for.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group