Re: Printing Empty Line in PL/SQL?

From: Conan <"Conan">
Date: Wed, 11 Oct 2000 16:10:21 +0100
Message-ID: <7p%E5.7313$Bw1.4060_at_news.indigo.ie>


Hi Jos
try
DBMS_OUTPUT.PUT_LINE(chr(13));
or
DBMS_OUTPUT.PUT_LINE(chr(10));

HTH Conan

Jos wrote in message <39E48038.A5AD1AD6_at_post.com>...
>Hi all,
>
>May I know how to print an empty line in PL/SQL?
>
>I've tried
>DBMS_OUTPUT.PUT_LINE('');
>and
>DBMS_OUTPUT.PUT_LINE('
>');
>
>but apparently these don't work like in Java or some other languages!
>
>Thank you for any help!
>
Received on Wed Oct 11 2000 - 17:10:21 CEST

Original text of this message