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.