Re: UTL_FILE and form-feed character

From: <amyleone_at_my-dejanews.com>
Date: Fri, 29 Jan 1999 19:03:25 GMT
Message-ID: <78t0lm$n5$1_at_nnrp1.dejanews.com>


In article <01be4962$0e5ab1c0$7602070a_at_MorrowD.ci.portsmouth.va.us>,   "D Morrow" <morrowd_at_ci.portsmouth.va.us> wrote:
> I am creating a text file using the UTL_FILE package and would
> like to output a form-feed character between data records. Does
> anyone know how this can be done?
>

Use UTL_FILE.PUT_LINE(out_file, CHR(12));

CHR(10) will give you a line feed, not a form feed.

Amy
leoneamy_at_aol.com

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Fri Jan 29 1999 - 20:03:25 CET

Original text of this message