Re: carriage return = \n ?

From: Eric Givler <egivler_at_flash.net>
Date: Sun, 03 Dec 2000 02:59:31 GMT
Message-ID: <nGiW5.25745$6W1.1429690_at_news.flash.net>


carriage return is chr(13)
line feed is chr(10)

"Andreas Puke" <TTE.Puke_at_t-online.nospam.de> wrote in message news:3A27BE21.1718253D_at_t-online.nospam.de...
> Hello,
>
> I am using Pl/SQL in Forms 6.0 on an Oracle 8i.
>
> How is the carriage return (and/or line feed) coded in PL/SQL?
> Is it \n?
>
> I am parsing a string and I would like to split it at the carriage
> return character,
> does anyone have any idea how I can do this?
>
> Any help would be greatly appreciated!
>
> thanks for reading this and have a nice week-end.
>
Received on Sun Dec 03 2000 - 03:59:31 CET

Original text of this message