Hi Steve,
Try using :

declare
a varchar2(20):='JAI';
begin
dbms_output.put_line(chr(9)||a);
end;

Regards
Jai



Steven Haas <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]

12/17/02 01:44 AM
Please respond to ORACLE-L

       
        To:        Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]>
        cc:        
        Subject:        Leading spaces in dbms_output.put_line



Good afternoon,

Some time ago there was a response to the
question of how to get leading spaces to display
when using dbms_output.put_line.

I have tried -
dbms_output.put_line('   '||tabrec.table_name);

but do not get the leading spaces.

When someone mentioned how to do this I said "of
course" but naturally have forgotten the
technique.

Can some one share?

Thanks folks...



=====
Steve Haas
Opus Consultants, LLC
860.408.1512 (office/fax)
860.651.9475 (home)
[EMAIL PROTECTED]
[EMAIL PROTECTED]
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Steven Haas
 INET: [EMAIL PROTECTED]

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



Reply via email to