| View previous topic :: View next topic |
| Author |
Message |
DoT_PiTcH Contributor

Joined: 07 Aug 2002 Posts: 85
|
Posted: Thu Feb 13, 2003 7:09 pm Post subject: next line in edit box? |
|
|
how do i goto the next line of a multi line i.e.
dialog set, edit1, blah blah blah@cr() or @chr(13)
wait 1
dialog set, edit1, @dlgtext(edit1)@cr() or @chr(13) new line
so the contents dont change but it keeps adding a line like in a list.
thanks Will |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
Posted: Thu Feb 13, 2003 7:25 pm Post subject: |
|
|
Use this:
| Code: | | dialog set,edit1,@dlgtext(edit1)@cr()@chr(10)New line |
|
|
| Back to top |
|
 |
DoT_PiTcH Contributor

Joined: 07 Aug 2002 Posts: 85
|
Posted: Thu Feb 13, 2003 10:32 pm Post subject: |
|
|
| Thanks |
|
| Back to top |
|
 |
|