Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 ARLENE 1/1/85; site dalcs.UUCP Path: utzoo!utcsri!utai!garfield!dalcs!silvert From: silvert@dalcs.UUCP (Bill Silvert) Newsgroups: net.lang.mod2,net.micro.atari16 Subject: TDI Modula-2/ST DaTime problem Message-ID: <2006@dalcs.UUCP> Date: Thu, 14-Aug-86 07:59:05 EDT Article-I.D.: dalcs.2006 Posted: Thu Aug 14 07:59:05 1986 Date-Received: Fri, 15-Aug-86 02:20:05 EDT Distribution: net Organization: Marine Ecology Lab. Lines: 13 Has anyone figured out how DaTime works for the ST, or even IF it works (I should think that they use it int the desktop!)? One obvious bug is that if you try to get the date, you set it (if you try to set it, you also set it!), and the value seems not to relate to the value in the buffer. The get does not change the buffer, and with either the get or set option the date gets changed to some unpredictable value. After reading bammi's comments on Fdatime() in C, it appears that TDI based the function on incorrect documentation and didn't bother to check it -- but if the desktop uses it, they must be able to use it correctly. Anyone know of any books or other GEM info for Modula-2 programmers out there? The language is great, but the TDI documentation is pretty weak.