wait/precise ?
[1/4] from: jean:holzammer:faedv-n:bayern at: 30-Nov-2000 10:40
Hi,
a question to RT :
As there is a /precise refinement for now, will we see one for wait, too ?
to all:
Or is there already a way to wait for a time period of less than a second in
core ?
Jean
[2/4] from: allenk:powerup:au at: 30-Nov-2000 23:29
----- Original Message -----
From: "Holzammer, Jean" <[Jean--Holzammer--faedv-n--bayern--de]>
To: <[rebol-list--rebol--com]>
Sent: Thursday, November 30, 2000 7:40 PM
> Or is there already a way to wait for a time period of less than a second
in
> core ?
>
Yep! You can use 100ths(?) of a second
wait 0:00:00.01
wait 0:00:00.30 etc
Cheers,
Allen K
[3/4] from: jean:holzammer:faedv-n:bayern at: 30-Nov-2000 15:20
> >
> > Or is there already a way to wait for a time period of less than a
second
> in
> > core ?
> >
> Yep! You can use 100ths(?) of a second
>
> wait 0:00:00.01
>
> wait 0:00:00.30 etc
>
I tried with ":" instead of "." as separator.
Thanks !
Jean
[4/4] from: holger:rebol at: 30-Nov-2000 6:50
On Thu, Nov 30, 2000 at 10:40:22AM +0100, Holzammer, Jean wrote:
> Hi,
>
> a question to RT :
>
> As there is a /precise refinement for now, will we see one for wait, too ?
>
> to all:
>
> Or is there already a way to wait for a time period of less than a second in
> core ?
There is. Just specify a fractional number of seconds, e.g.
wait 0.5
--
Holger Kruse
[holger--rebol--com]