Subject RE: [firebird-support] linefeed
Author Planles
> How can I append a line feed to the end of a string ?
> What i am trying to do is to connect strings together with linefeed
> as delimiter.

Never tried it, I just ran into it a few days ago in Helen's book (read
explanation on p. 162).

string_with_LF = 'string' || Ascii_Char(10).

Regards,
Primoz