AutoHotkey Community

It is currently May 26th, 2012, 2:34 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 4 posts ] 
Author Message
PostPosted: January 23rd, 2009, 5:37 pm 
Offline

Joined: December 20th, 2005, 7:14 pm
Posts: 61
i want to display multiple lines of text in the inputbox dialog box instead of its default action which wraps text?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 23rd, 2009, 5:55 pm 
Offline
User avatar

Joined: May 29th, 2008, 4:51 am
Posts: 186
Is this what you are looking for ?


http://www.autohotkey.com/forum/topic13 ... line+input

_________________
~BigVent


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 23rd, 2009, 5:58 pm 
Offline

Joined: July 17th, 2008, 9:46 am
Posts: 225
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 :)
Greets,
DHMH


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 23rd, 2009, 8:29 pm 
Offline

Joined: December 20th, 2005, 7:14 pm
Posts: 61
thanks both of you for taking the time to respond.

the `n was what i was looking for.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bing [Bot], G. Sperotto, poserpro and 21 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group