Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Timer fun

From: jkinraid:clear at: 30-Nov-2000 12:41

Mat Bettinson wrote:
> Hola, > > I have to implement some timers but... now/precise (which Holger > pointed me at) doesn't exist. Neither in my regular Rebol Core or > Rebol Command *. >> foo: now/time
== 12:00:03
>> foo/precise
** Script Error: Invalid path value: precise ** Near: foo/precise
>> foo: now/time/precise
== 12:00:15.98
> * Actually made Rebol Command crash a few times trying to use a > no-wait port and then copying from it. Weird.
Your Rebol/Command might be based on an older version of core? Julian Kinraid