Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: String literals in PL/SQL

Re: String literals in PL/SQL

From: george lewycky <gelewyc_at_nyct.com>
Date: 15 Sep 2003 07:31:50 -0700
Message-ID: <68aecc05.0309150631.217416fa@posting.google.com>


I also threw in the code for a new page, its simply the ascii codes. It gets funky when you try printing though.

Oracle told me you need textpad editor to open and print the output file so that the lines and pages print correctly!!! And Textpad does work well

George

/**************************************/
/* new page / top of form in asii */
/**************************************/

   DBMS_OUTPUT.PUT ( CHR(12));
/**************************************/

/*  new line                          */

/**************************************/
/* */

   DBMS_OUTPUT.PUT ( CHR(10)); Received on Mon Sep 15 2003 - 09:31:50 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US