How to force page break when printing?

How to force page break when printing?

3
NewbieNewbie
3

    Oct 09, 2005#1

    I am using UE10b and have a large text document (ABOUT 400,000 lines) that I need to print out. This problem is that I need to start printing a page at random intervals where there is a "\page " (no quotes) indicating a page has ended in the text document. I found under printer setup --> Config something about page break code but am unsure how o use this since it looks like it wants an integer between 1 -255 even though the help indicated this can be set to any ASCII character. I'm guessing to solve my problem I need to use find/replace to find "\page " (no quotes) and replace it with some syntax that the printer can interpret as a new page however I'm not sure what that value is. Any help is greatly appreciated.

    6,686585
    Grand MasterGrand Master
    6,686585

      Oct 10, 2005#2

      In the Format menu you can find an item called "Insert Page Break". This inserts a character with ASCII hex code 0C. You can also insert it with a Replace. Search for \page and replace it with ^b.
      Best regards from an UC/UE/UES for Windows user from Austria