Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84 exptools; site ihuxe.UUCP Path: utzoo!watmath!clyde!cbosgd!ihnp4!ihuxe!staley From: staley@ihuxe.UUCP (Clifford Staley) Newsgroups: net.lang,net.micro Subject: STRING ASSIGNMENTS IN BASIC Message-ID: <1205@ihuxe.UUCP> Date: Wed, 31-Jul-85 15:37:25 EDT Article-I.D.: ihuxe.1205 Posted: Wed Jul 31 15:37:25 1985 Date-Received: Fri, 2-Aug-85 00:36:40 EDT Distribution: net Organization: AT&T Bell Laboratories Lines: 20 Xref: watmath net.lang:1664 net.micro:11218 HELP!! I'm trying to run a piece of BASIC (save the wise cracks) software that believes the following can be done.... a="hello" (1) z=mid$(a,.... etc (2) I've discovered that most basics require strings variables to be of the form a$="hello" (3) The program I'm trying to run came from a public domain that claimed it was microsoft basic. I found a book on MBASIC that said (1) was an advanced feature of MBASIC and recommended not to use it. Q: Does anyone know if there is an IBM PC compatible BASIC that will handle this. The program I'm running is long enough that fixing it would be a PAIN!!!. (even with a good editor) Thanks in advance C. D. Staley