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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Carriage Return chr(???) / new line chr(???)

Re: Carriage Return chr(???) / new line chr(???)

From: Mark Farnham <mwf_at_COAT.COM>
Date: Tue, 5 Mar 1996 22:20:44 -0500
Message-Id: <9603050336.AA07353@alice.jcc.com>


@abcdefghijklmnopqrstuvwxyz
0 1 2
012345678901234567890123456

          ^  ^
          |  |
Newline ---  |
             |

CR -----------

So, if you can remember that
control-G is the bell, then
you know that the ASCII code
is 7. Control-@ is null, zero.

So j=10 and m=13 for newline
and carriage return. Received on Mon Mar 04 1996 - 22:36:39 CST

Original text of this message

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