Am Samstag, den 04.03.2006, 19:33 +0100 schrieb Vincent Snijders:
> Marc Santhoff wrote:
> > Hi,
> >
> > the subject tells what I'm searching for:
> >
> > How can i wait a definit amount of time in a platform independant way?
> >
> > I need to pause a while loop for 1 second. The program should
Marc Santhoff wrote:
Hi,
the subject tells what I'm searching for:
How can i wait a definit amount of time in a platform independant way?
I need to pause a while loop for 1 second. The program should run at
least on FreeBSD and Windows.
while NOT doStop do begin
{ wait a little }
On 04 Mar 2006, at 19:16, Marc Santhoff wrote:
How can i wait a definit amount of time in a platform independant way?
There's the delay() procedure in the crt unit.
Jonas
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.fre
Hi,
the subject tells what I'm searching for:
How can i wait a definit amount of time in a platform independant way?
I need to pause a while loop for 1 second. The program should run at
least on FreeBSD and Windows.
while NOT doStop do begin
{ wait a little }
doSomethi