[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Applesoft question
In article <18APR199421333052@alpha.sunquest.com>,
Robert J. Dull <rjd@alpha.sunquest.com> wrote:
>
> This is bugging me. I can not remember how to switch from 80 column
> back to 40 from with an applesoft program.
On which computer? Assuming you mean a IIe, IIc or IIgs, you can turn
80-column mode on and off as follows:
10 D$=CHR$(4)
20 PRINT D$;"PR#3": REM 80-column mode ON
30 REM whatever
40 PRINT CHR$(21);: REM 80-column mode OFF
50 END
On the IIgs (and possibly the IIc - I haven't tried recently), you can
also use PR#0.
--
David Empson
dempson@actrix.gen.nz
Snail mail: P.O. Box 27-103, Wellington, New Zealand