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 -> reading carriage returns

reading carriage returns

From: mike <hillmw_at_charter.net>
Date: 18 Oct 2005 14:44:52 -0700
Message-ID: <1129671892.588418.224530@o13g2000cwo.googlegroups.com>


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. Received on Tue Oct 18 2005 - 16:44:52 CDT

Original text of this message

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