[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Apple IIe printing
Miroslav Ostric wrote:
>
> Hi,
> 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
> Can I avoid this effect? Must I adress the printerport directly with a POKE,
> and when yes, what is the adress?
> Thank you for your help and sorry for my poor english.
> Ciao
> Miro
In ProDOS, you need
10: Print chr$(4) "PR#6":Print "Hello"
Use print chr$(4) "PR#0" to turn off the printer