Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!seismo!hao!hplabs!sri-unix!WEISS@RUTGERS.ARPA From: WEISS@RUTGERS.ARPA@sri-unix.UUCP Newsgroups: net.micro Subject: BASIC TAB function and 80 columns Message-ID: <4224@sri-arpa.UUCP> Date: Mon, 15-Aug-83 16:21:45 EDT Article-I.D.: sri-arpa.4224 Posted: Mon Aug 15 16:21:45 1983 Date-Received: Tue, 16-Aug-83 21:51:32 EDT Lines: 17 I have recently noticed that the BASIC TAB function does not operate correctly on an 80 column APPLE IIe. For example: PRINT "123"; TAB(5); "5" will print a 5 in column 5 when the screen is set to 40 columns, but will print a 5 in column 8 when the screen is set to 80 columns. Instead of tabbing to column 5, the APPLE generates 4 blanks. It seems that a TAB(N) will always result in the printing of N-1 spaces. 1. Is there a way to TAB correctly? 2. Does the IBM PC TAB correctly? Sholom Weiss WEISS@RUTGERS -------