Page 1 of 1

Line-Feed in RTF files

Posted: Wed Apr 09, 2008 7:40 pm
by vilian
Hi,

Somebody knows to say which to me is the code of break-of-line(Line Feed) in archives rtf ?

Posted: Thu Apr 10, 2008 9:52 am
by driessen
Hi,

The code for a linefeed in RTF is "\par " (take care of the space after "par").

Posted: Thu Apr 10, 2008 6:36 pm
by vilian
Thanks,