New Line Character
Posted: Fri Aug 07, 2009 12:30 pm
by Jade Starter >> Sat, 17 Jan 2004 0:52:44 GMT
Hi everybody,
So far I have not been successful how to write a new line character in a string.
The closest I got to was:
c: Character;
c := #'13';
string := c.String;
Unfortunately I wasn't successful. Does anybody know the proper way?
Thanks!
Hi everybody,
So far I have not been successful how to write a new line character in a string.
The closest I got to was:
c: Character;
c := #'13';
string := c.String;
Unfortunately I wasn't successful. Does anybody know the proper way?
Thanks!