Hello,
I am capturing data and writing it to a .txt file. I am attempting to then add a page break after each data capture. For some reason, my ascii 12 character is not giving me a page break. I have attached the associated code. Any suggestions would be appreciated.
T. Willis
string sFileName = "Metering Data.txt"
capture on
.
.
.
capture off
fopen 0 sFileName APPEND
fputc 0 12 ;page break
fclose 0
I am capturing data and writing it to a .txt file. I am attempting to then add a page break after each data capture. For some reason, my ascii 12 character is not giving me a page break. I have attached the associated code. Any suggestions would be appreciated.
T. Willis
string sFileName = "Metering Data.txt"
capture on
.
.
.
capture off
fopen 0 sFileName APPEND
fputc 0 12 ;page break
fclose 0