Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!bloom-beacon!oberon!cit-vax!ucla-cs!zen!ucbvax!wnre.aecl.CDN!delaney From: delaney@wnre.aecl.CDN (Grant Delaney) Newsgroups: comp.sys.apple Subject: GS-Basic question Message-ID: <880*delaney@wnre.aecl.cdn> Date: Tue, 1-Dec-87 05:37:02 EST Article-I.D.: wnre.880*delaney Posted: Tue Dec 1 05:37:02 1987 Date-Received: Fri, 4-Dec-87 05:45:06 EST References: <8711291056.AA29856@crash.cts.com> Sender: usenet@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 11 Well here is the solution to getting the printer to single space in GSBASIC ASSIGN .PRINTER,-1:ASSIGN .PRINTER,1 then the normal print command for listing etc advice put it in an exe file as line 1 OPEN .PRINTER,AS #1:OUTREC=96:OUTPUT #1:LIST:OUTPUT #0:OUTREC=80:CLOSE #9 IN A PROGRAM OR EXE FILE PUT " AROUND THE .PRINTER OR IT WILL GIVE YOU A SYNTAX ERROR