Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-crg!rutgers!caip!brl-adm!brl-smoke!smoke!Z8BHM%SCFVM.BITNET@wiscvm.ARPA From: Z8BHM%SCFVM.BITNET@wiscvm.ARPA (Bruce H. McIntosh) Newsgroups: net.micro.cpm Subject: MS FORTRAN problem Message-ID: <4616@brl-smoke.ARPA> Date: Wed, 15-Oct-86 05:32:21 EDT Article-I.D.: brl-smok.4616 Posted: Wed Oct 15 05:32:21 1986 Date-Received: Fri, 17-Oct-86 22:13:47 EDT Sender: news@brl-smoke.ARPA Lines: 15 I long ago purchased Microsoft's FORTRAN compiler for my CP/M machine. Great compiler, but it has one annoying failure- it won't do INTEGER*4 math at all! The most notable example of this problem: the following code INTEGER*4 I,J,K I=1 J=1 K=I/J produces a divide by zero error! Has anyone else out there experienced similar problems, encountered fixes, etc? Any help would be greatly appreciated. Thanks! disclaimer: I have no commercial ties to anyone. The carpet is plush!