Navigation Banner
 

Time Built-in function
  The timer function.
Returns the value of the system timer in seconds.
Syntax  Time(0)
Notes
Examples
To measure how long an operation takes:

timer = Time(0);
....do smth here...
timer = Time(0)-timer;

Now timer contains the number of seconds that the operation took.

 Last modified: 5/11/2000

 
Sergei L. Kosakovsky Pond and Spencer V. Muse, 1997-2002