remove ^L from a file

sismo

New Member
Hi!

does anyone know why progress add a ^L at the end of file when i send printer output to a file.

this is the code:

{mfdtitle.i}
{mfselprt.i "printer" 132}
put unformatted "hi".
{mfreset.i}

i sent to a file and when i try to see the file content is:
hi ^L.


i'm using QAD's MFG

thanks in advance
 
Hi!

does anyone know why progress add a ^L at the end of file when i send printer output to a file.

this is the code:

{mfdtitle.i}
{mfselprt.i "printer" 132}
put unformatted "hi".
{mfreset.i}

i sent to a file and when i try to see the file content is:
hi ^L.


i'm using QAD's MFG

thanks in advance

you can define an a non paged/page-size 0 output
 
Back
Top