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!bonnie!akgua!whuxlm!harpo!decvax!ittvax!dcdwest!sdcsvax!sdcc3!sdchema!gino From: gino@sdchema.UUCP (Eugene G. Youngerman) Newsgroups: net.micro.pc,net.lang.f77 Subject: stupid problem in fortran Message-ID: <370@sdchema.UUCP> Date: Sun, 21-Apr-85 19:49:46 EST Article-I.D.: sdchema.370 Posted: Sun Apr 21 19:49:46 1985 Date-Received: Tue, 23-Apr-85 06:48:25 EST Reply-To: gino@sdchema.UUCP (Eugene G. Youngerman) Organization: U.C. San Diego Chemistry Dept Lines: 26 Xref: watmath net.micro.pc:3745 net.lang.f77:267 This is really dumb..... I have been giving the line cout = 'c' // inputn to a fortran compiler, and getting three error messages. The compiler is Microsoft's F77 compiler for IBM PC The error messages have been numeric expected and invalid expression (twice) Both cout and inputn are defined as character*15, although I tried making cout character*20. It seems to read inputn well enough, as I have been able to get around the problem using the format statements I have no clue, Does anyone else HELP!!!! gino