| View previous topic :: View next topic |
| Author |
Message |
dwaynek
Joined: 20 Dec 2005 Posts: 61
|
Posted: Fri Jan 23, 2009 4:37 pm Post subject: how do you display multiple lines of text in inputbox? |
|
|
| i want to display multiple lines of text in the inputbox dialog box instead of its default action which wraps text? |
|
| Back to top |
|
 |
BigVent
Joined: 29 May 2008 Posts: 180
|
|
| Back to top |
|
 |
DHMH
Joined: 17 Jul 2008 Posts: 225
|
Posted: Fri Jan 23, 2009 4:58 pm Post subject: |
|
|
| 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 |
|
| Back to top |
|
 |
dwaynek
Joined: 20 Dec 2005 Posts: 61
|
Posted: Fri Jan 23, 2009 7:29 pm Post subject: |
|
|
thanks both of you for taking the time to respond.
the `n was what i was looking for. |
|
| Back to top |
|
 |
|