Re: time()
- Posted by Robert Craig <rds at RapidEuphoria.com> May 31, 2001
- 578 views
Kat writes: > Robert, can we have a time(0) to reset time() to zero? The value of time() was never guaranteed to be zero at the start of execution. You should take the *difference* between two calls to time() if you want to measure something. Adding an argument to time() would break a lot of code. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com