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

Home -> Community -> Usenet -> c.d.o.misc -> Re: reading carriage returns

Re: reading carriage returns

From: Frank van Bortel <frank.van.bortel_at_gmail.com>
Date: Fri, 21 Oct 2005 19:54:55 +0200
Message-ID: <djb9gp$qrh$1@news2.zwoll1.ov.home.nl>


mike wrote:
> Anyone have an examples where they read fields that have carriage
> returns in them and format them?
>
> example in the text field:
> drive south turn right drive 5 miles turn left
>
> I'd have to have them put carriage returns in like:
> drive south
> turn right
> drive 5 miles
> turn left
>
> This gets saved in the table.
>
> How would I read those carriage returns so could do something like:
> <ol>
> <li>drive south</li>
> <li>turn right</li>
> <li>drive 5 miles</li>
> <li>turn left</li>
> </ol>
>
> Any help is appreciated.
>

Wouldn't do that, suggest <pre> </pre>.
If you still have to enter the cr/lf, Rauf resolved that.

-- 
Regards,
Frank van Bortel

Top-posting is one way to shut me up...
Received on Fri Oct 21 2005 - 12:54:55 CDT

Original text of this message

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