From: Turdcutter@eremove.edu (Turdcutter)
Subject: DBMS_OUTPUT.PUT_LINE  question
Date: 2000/06/06
Message-ID: <393e373d.153280329@news.erols.com>#1/1
Content-Transfer-Encoding: 7bit
X-Trace: DsPF2mlWHlIbcVVDPX0yyT/Y/IyMAySdvcKbxAX9sIc=
Content-Type: text/plain; charset=us-ascii
Mime-Version: 1.0
NNTP-Posting-Date: 6 Jun 2000 17:44:53 GMT
Newsgroups: comp.databases.oracle.misc
X-Complaints-To: abuse@rcn.com


How do you get this function to insert leading spaces?

DBMS_OUTPUT.PUT_LINE('     '|| var1)


gives no leading spaces   


?????


also,,,

how could you do a carriage return with this function
	DBMS_OUTPUT.PUT_LINE('') < ----   doesn't seen to work



thank you


