RE: UTL_FILE and form-feed character

From: Adam Tadjkarimi <adamt_at_hsltd.com>
Date: Tue, 9 Feb 1999 18:18:52 -0600
Message-ID: <79qj2k$9e5$1_at_newsin-1.starnet.net>



How about concatenating your line buffer with CHR(12):

Declare
.

linebuf VARCHAR(100);
.

BEGIN
.

  linebuf := linebuf || CHR(12);
.

END; Adam Tadj
Adamt_at_hsltd.com

Opinions expressed or questions asked are mine not of my employer. Received on Wed Feb 10 1999 - 01:18:52 CET

Original text of this message