Subject | Re: [ib-support] carry return |
---|---|
Author | Ann W. Harrison |
Post date | 2001-07-19T14:53:31Z |
At 03:40 PM 7/19/2001 +0200, Jordi Gálvez wrote:
easy in blobs and a pain in varchars, but that's probably not responsive.
My second is that newlines are messy in cross platform applications,
but that's probably not relevant either.
The first trick is to convince InterBase that a \n is a reasonable
alphanumeric character. You can do that with the chr udf or by mapping
an external text file and stealing the newline off that. Then concatenate
it with your string.
Regards,
Ann
www.ibphoenix.com
We have answers.
>How can I insert a text in a varchar with carry returns? (\n) I know how toMy first thought is to say that there's a reason why newlines are
>do it with BLOBS, but not with varchars.
easy in blobs and a pain in varchars, but that's probably not responsive.
My second is that newlines are messy in cross platform applications,
but that's probably not relevant either.
The first trick is to convince InterBase that a \n is a reasonable
alphanumeric character. You can do that with the chr udf or by mapping
an external text file and stealing the newline off that. Then concatenate
it with your string.
Regards,
Ann
www.ibphoenix.com
We have answers.