Hi all
When appending text to a RichEdit box, how do i get a new line every time something added ?
When i try this: listGetAt$( "String Parser", 1 ) + "\n" the \n get printed out..
Any ideas ?
Cheers
Printable View
Hi all
When appending text to a RichEdit box, how do i get a new line every time something added ?
When i try this: listGetAt$( "String Parser", 1 ) + "\n" the \n get printed out..
Any ideas ?
Cheers
you can use:
+newline$
to add a line break