Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: String literals in PL/SQL
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
![]() |
![]() |