I want my program to print to the computer.
I have been using this:
OPEN "LPT1:BIN" FOR OUTPUT AS #1
PRINT #1, thestring$
CLOSE #1
It works fine, except that after the printer gets through printing, the printer will not spit the paper out, and the light on it starts to blink. How can I fix the error. Also, is there a way to set margins while printing?
I have been using this:
OPEN "LPT1:BIN" FOR OUTPUT AS #1
PRINT #1, thestring$
CLOSE #1
It works fine, except that after the printer gets through printing, the printer will not spit the paper out, and the light on it starts to blink. How can I fix the error. Also, is there a way to set margins while printing?