Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!ucsd!ucbvax!pro-beagle.cts.com!mdj From: mdj@pro-beagle.cts.com (Mark de Jong) Newsgroups: comp.sys.apple2 Subject: Re: Inverse characters (clarified) Message-ID: <21799.chatter.infoapple@pro-beagle> Date: 18 Jul 90 20:17:05 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 13 In-Reply-To: message from UD041948@NDSUVM1.BITNET To print inverse characters in 40 column mode on a IIGS, do the following: 10 PRINT CHR$(4)"PR#3" : REM Turn on 80-column mode 20 PRINT CHR$(17) : REM Switch to 40-column mode PRINT CHR$(18) switches back to 80-columns 30 INVERSE : PRINT "Hello" : NORMAL Running this program will print your 40-column text in inverse the way you want them to. -- Mark