Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ucbvax!DMAFHT1.BITNET!I409 From: I409@DMAFHT1.BITNET (KRS) Newsgroups: comp.sys.apple2 Subject: Re: BASIC printing Message-ID: <9106271212.AA06585@apple.com> Date: 27 Jun 91 11:06:06 GMT References: Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The Internet Lines: 7 Another way to get a proper listing printout would be, to set the IW II into 80 chars/line mode by: PRINT CHR$(4)"PR#n" : PRINT CHR$(9)"80N" : LIST : PRINT CHR$(4)"PR#0" ...that's just the old well known ctrl.i 80 N (as in AppleWorks e.g.) KRS