Re: Linefeed

From: Luc Bosman <l.bosman_at_wanadoo.be>
Date: 2000/06/06
Message-ID: <vuppjs4fa6ehnr6tm7tbvv795kbrr4ukn0_at_4ax.com>#1/1


On Tue, 6 Jun 2000 13:10:01 +0200, "Stian Kaasa" <stian.kaasa_at_caa.no> wrote:

>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--);
>
:NEW.HISTORY := :NEW.HISTORY || chr(10)

chr() is a function converting a number to a character fellowing the ascii code.
ascii() is the opposite function

-- 
Luc Bosman
DEV/2000 Software Engineer
Database and Network Administrator
l.bosman_at_wanadoo.be
ICQ 37011625          http://users.skynet.be/kobukai/
 ---------------------------------------------------- 
|  -°)                                          (°-  |
|  /\\  Linux the choice of the GNU generation  //\  |
| _\_v                                          v_/_ |
 ---------------------------------------------------- 
Received on Tue Jun 06 2000 - 00:00:00 CEST

Original text of this message