Re: Linefeed

From: Michel Cadot <micadot_at_netcourrier.com>
Date: 2000/06/06
Message-ID: <8hip38$142d$1_at_s2.feed.news.oleane.net>#1/1


You can use a LF in the string:
:NEW.HISTORY := :NEW.HISTORY || '
...';
or the CHR function:
:NEW.HISTORY := :NEW.HISTORY || chr(10) || '...';

--
Have a nice day
Michel


Stian Kaasa <stian.kaasa_at_caa.no> a écrit dans le message : j_4%4.20737$C9.394353_at_news1.online.no...

> Hi
>
> Does anyone know how to insert Line Feeds into a text ?
> Example: :NEW.HISTORY := CONCAT(:NEW.HISTORY,--want an escape sequence for
> LF here--);
>
> Appreciate any help
>
> Stian Kaasa
>
>
Received on Tue Jun 06 2000 - 00:00:00 CEST

Original text of this message