I need to print some docs, for example :

ABC
DEF

XYZ
AXA

I want to insert new page character between "DEF" and "XYZ" so that the printer starts a new page from "XYZ".

What character can do the job?

link|improve this question

74% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Historically, the ASCII character for new page (NP) was Control-L, or 012 (decimal). I have no idea if modern printers pay any attention to that sort of thing.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.