From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a0fe76afdfe9e57d,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-11 11:34:13 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!news.telebyte.nl!newsfeed.vmunix.org!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail From: Thomas Bruns Newsgroups: comp.lang.ada Subject: milliseconds and delay until Date: Wed, 11 Jun 2003 20:31:52 +0200 Organization: T-Online Message-ID: Reply-To: nospam@donbruno.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.t-online.com 1055356445 04 3239 psiXVnyS7aIEz 030611 18:34:05 X-Complaints-To: usenet-abuse@t-online.de X-ID: bvKsYZZQgeMOhQe1vESwP2NvE9WEd9GwFwdbRkieR+dFhtDszMYYYP User-Agent: KNode/0.7.2 Xref: archiver1.google.com comp.lang.ada:38997 Date: 2003-06-11T20:31:52+02:00 List-Id: Hello how can I handle the until delay statement, too do this: ???? with ADA.Calendar; use ADA.Calendar; procedure .... MS : INTEGER; --milliseconds begin MS:= INTEGER(FLOAT(seconds(clock)) * 1000); MS := MS + 100; delay until MS; ---???? it is wrong :-( it must be a time type :-( but I -- need the clock from a fixed time and add some milliseconds... --and then the until delay statement....How can I handle this??? end; -- PS: HW: ASUS P4PE, PIV 2.4 GHz, 768 MB RAM, Geforce 4200, SW: Suse 8.2, Kernel 2.4.20, KDE 3.1.2, QT3.1.2, KDEVELOP 2.1.5