Re: Linefeed

From: Matt B. <mcb_at_fightspam.sd.znet.com>
Date: 2000/06/07
Message-ID: <sju4o8dm2t5141_at_corp.supernews.com>#1/1


[Quoted] "Stian Kaasa" <stian.kaasa_at_caa.no> wrote in message news: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

A chr(10) is a carriage return. I think a chr(13) is a line feed (can't quite remember). Anyway, here's a carriage return example:

:NEW.HISTORY := :NEW.HISTORY || chr(10); Received on Wed Jun 07 2000 - 00:00:00 CEST

Original text of this message