Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site sdchema.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!decvax!ittvax!dcdwest!sdcsvax!sdcc3!sdchema!gino From: gino@sdchema.UUCP (Eugene G. Youngerman) Newsgroups: net.micro.pc,net.lang.f77 Subject: Re: stupid problem in fortran Message-ID: <379@sdchema.UUCP> Date: Wed, 1-May-85 11:50:11 EDT Article-I.D.: sdchema.379 Posted: Wed May 1 11:50:11 1985 Date-Received: Sat, 4-May-85 00:43:14 EDT References: <370@sdchema.UUCP> <614@utcs.UUCP> <5318@tektronix.UUCP> <1497@dalcs.UUCP> Reply-To: gino@sdchema.UUCP (Eugene G. Youngerman) Organization: U.C. San Diego Chemistry Dept Lines: 20 Xref: watmath net.micro.pc:3844 net.lang.f77:277 Summary: >> This is in response to the fact that statements like: >> >> var = 'x' // var >> >> generally don't work as expected. >> I was the original poster The system I was running this on was Microsoft Fortran 77 for IBM compatible PC. Also the original problem was var = 'x' // var1 different variable names. It seems that the PC version just doesn't support this stuff. These commands worked fine on the UNIX version I was using. GINO