Re: how to print ctrl+d ascii char

From: Tim X <timx_at_spamto.devnul.com>
Date: 08 Jan 2003 12:39:18 +1100
Message-ID: <87d6n8bet5.fsf_at_tiger.rapttech.com.au>


KPrasadh_at_isnetusa.com (KPrasadh_at_isnetusa.com) writes:

> hey all,
>
> i am using utl package to write a text file. i would like to print
> ctrl+d as ascii char to be used as page break. how to do that ? any
> help is highly appreciated.
>
> Thanx
> Prasadh

You can use the chr() function to print any ASCII character e.g.

dbms_output.put_line(chr(12));

Tim

-- 
Tim Cross
The e-mail address on this message is FALSE (obviously!). My real e-mail is
to a company in Australia called rapttech and my login is tcross - if you 
really need to send mail, you should be able to work it out!
Received on Wed Jan 08 2003 - 02:39:18 CET

Original text of this message