Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: reading carriage returns
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.
Format them in what version of what product?
-- Daniel A. Morgan http://www.psoug.org damorgan_at_x.washington.edu (replace x with u to respond)Received on Tue Oct 18 2005 - 17:56:12 CDT
![]() |
![]() |