> if (line > pageHeight)
> {
> line = 0;
> formfeed;
> }
> I's clear, all the hunded lines don't fit into the page! After printing
> 66 (or less) lines i should have a formfeed.
If 'formfeed' is a function, you may want to do "formfeed()" instead.