Subject | RE: [firebird-support] linefeed |
---|---|
Author | Planles |
Post date | 2004-09-17T05:54:41Z |
> How can I append a line feed to the end of a string ?Never tried it, I just ran into it a few days ago in Helen's book (read
> What i am trying to do is to connect strings together with linefeed
> as delimiter.
explanation on p. 162).
string_with_LF = 'string' || Ascii_Char(10).
Regards,
Primoz