Path: news.cs.au.dk!not-for-mail From: "Sascha Kimmel" Newsgroups: comp.lang.beta Subject: RE: Hundredth part of a second? Date: 10 Jun 1999 07:39:22 -0000 Organization: University of Aarhus, Department of Computer Science (DAIMI) Lines: 43 Approved: mailtonews@cs.au.dk Distribution: world Message-ID: <19990610073922.20741.qmail@noatun.mjolner.dk> Reply-To: "Sascha Kimmel" NNTP-Posting-Host: daimi.cs.au.dk X-Trace: xinwen.cs.au.dk 929000457 4410166 255.255.255.255 (10 Jun 1999 07:40:57 GMT) X-Complaints-To: news@cs.au.dk NNTP-Posting-Date: 10 Jun 1999 07:40:57 GMT Xref: news.cs.au.dk comp.lang.beta:11985 > -----Original Message----- > From: Daniel Bolege [mailto:Daniel.Bolege@sx2.HRZ.Uni-Dortmund.DE] > Sent: Thursday, June 10, 1999 12:02 AM > To: usergroup@mjolner.dk > Subject: Hundredth part of a second? > > > Hello, > > > how do I get the hundredth part of a second? No way? > As I suppose, probably the computer clock does not > support time steps smaller than a second, > does it? However, the pattern "time" in TimeDate > contains only a second, nothing smaller. > > Any suggestions? Thank you in advance. > > Daniel > (mostly sitting in a cold, dark and ugly computer > room in Dortmund) > Hi! What do you want to do with this hundreth second? What exactly do you want to get? Set the time, read the time or wait a hundreth second? Interestingly, cycle has time as real: myConcurrentProcess:@|System (# do cycle (# do (**put something in here *) 0.01->sleep; (** sleep declared as real **) #); #); Regards, Sascha Kimmel