PL-SQL Blank-Lines

From: Wachs Rene <Rene.Wachs_at_ezv.admin.ch>
Date: 1996/03/28
Message-ID: <1996Mar28.150005.951_at_gw2.admin.ch>#1/1


Hello

To solve many problems, I have to use PL/SQL. For example, I have to generate an output like this :

     Line 1
     Line 2

     Line 3

     Line 4
     Line 5
     Line 6

     Line 6
  
     Line 7
     Line 8

     ... etc

It's a MUST to insert blank-Lines between certain Records. To display these records I use the dbms_output-Package. It works fine, but the command

    dbms_output.put_line('                                           ') ;

for insert a blank-Line is ignored by PL/SQL.

Question : how to insert a blank-line in PL/SQL (with the dbms_output-Pck.) ?

Any HELP is very appreciated. Thanks

R. Wachs Received on Thu Mar 28 1996 - 00:00:00 CET

Original text of this message