Thanks a ton! Prints exactly as I want it to now!
Originally posted by Paul Dixon:
Strat,
it's not the printer at fault. PB3.5 defaults to 80 columns on printers. Add the statement:
WIDTH LPRINT 255
to disable this before printing or add:
WIDTH #1,255
after you open the file to the printer.
Paul.
[This message has been edited by Paul Dixon (edited August 15, 2000).]
Strat,
it's not the printer at fault. PB3.5 defaults to 80 columns on printers. Add the statement:
WIDTH LPRINT 255
to disable this before printing or add:
WIDTH #1,255
after you open the file to the printer.
Paul.
[This message has been edited by Paul Dixon (edited August 15, 2000).]
------------------
Leave a comment: