I have a text file with numerous records back to back that I'm parsing, but i need to insert a 'page break' after each record so that when i print, each record prints on its own page. Does Word 97/2000 use a special ascii character which it interprets as a page break, or is it part of some macros in the program?
I'm writing the parser/formatter in C++(due to my inexperience in perl), and im hoping that there is an easy answer. -kposey
I'm writing the parser/formatter in C++(due to my inexperience in perl), and im hoping that there is an easy answer. -kposey