Quote:
By the way, how were you able to determine that page break was a chr(12)?


I didn't know for certain what the page break code was, but the way I confirmed it was to use "type" in the cmd shell. Once in the cmd, I typed: type yourtextfile.txt, and it displayed the contents as well as the the pagebreak symbols to the screen. Then I just wrote a little code that would check the first letter of each line and display the ascii code: asc($letter). This spit out 12 for the page break.