Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site caip.RUTGERS.EDU Path: utzoo!watmath!clyde!burl!ulysses!gatech!seismo!caip!french From: french@caip.RUTGERS.EDU Newsgroups: net.micro.amiga Subject: Re: Help with AbasiC Message-ID: <538@caip.RUTGERS.EDU> Date: Sat, 23-Nov-85 16:05:06 EST Article-I.D.: caip.538 Posted: Sat Nov 23 16:05:06 1985 Date-Received: Sun, 24-Nov-85 06:41:08 EST Sender: daemon@caip.RUTGERS.EDU Organization: Rutgers Univ., New Brunswick, N.J. Lines: 15 From: "french robert%d.mfenet"@LLL-MFE.ARPA AbasiC can be placed into an 80-column mode by using the SCREEN command described on page R-151 of the AbasiC manual. It's format is: SCREEN ,, mode% is 0 for 320 pixels/line (40 col), 1 for 640 (80 col). depth% is the number of bit planes you would like (1-4). top% is supposedly the top line of the screen. For example, I usually use "SCREEN 1,4,0" which gives me an 80-column, 16 color screen. BTW, anybody know how to make the text in different colors? Robert French "French Robert%d"@LLL-MFE.ARPA