[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Apple IIe printing
Miroslav raised the cup and toasted:
| I tried in AppleSoft to print text via pr#6, but it prints also
| the linenumber of the BASIC-program which actually runs. For
| example: 10 ?#6:?"hello"
| On the screen and on paper it prints: [10] hello
You have your printer card in slot 6? Unusual... And I didn't know
about the ability to print line numbers. :)
| Can I avoid this effect? Must I adress the printerport directly
| with a POKE, and when yes, what is the adress?
Okay, instead of what you have, try this:
10 ? CHR$(4);"PR#1": ?"hello"
Your example doesn't contain "PR#x" but says to PRINT # (6 is taken as
extrenious?) and then prints "hello." PR# and PRINT are different.
* 2qwk! 2.04 * Objects in pants larger than they appear.