Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: How to put an end of line character in text string

Re: How to put an end of line character in text string

From: Christoph Wagner <christoph.wagner_at_gamed.com>
Date: 2000/04/07
Message-ID: <8cke9m$r4p$1@readme.inode.at>#1/1

Hi

l_output:=l_output||l_separator||l_columnValue||chr(10);

chr(10) is the ASCII for new Line, chr(13) is a RETURN

Christoph

<tim.mcconechy_at_runtime.dk> schrieb in im Newsbeitrag: 8ck7r5$2a8$1_at_nnrp1.deja.com...
> HI!
> How do I put the end of line character at the and of a text string...
> Example:
>
> l_output:=l_output||l_separator||l_columnValue||!WHAT GOES
> HERE!;
>
> l_output is a long variable and I want to
> place multiple lines from here into a LONG field on a table.
>
> All I need to know is how I create the end of line character!
>
> Thanks!
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Fri Apr 07 2000 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US