- Jun
- 608
- 6
I think there is a problem with the output of the @TIMER function.
The units are now added after the number for precision of ns, us, and ms. That caused a script of mine to fail because the @EVAL function was not happy the 'ms' string.
TCC(30.00.22): C:\>echo %@timer[2,ms]
17727 ms
The units are now added after the number for precision of ns, us, and ms. That caused a script of mine to fail because the @EVAL function was not happy the 'ms' string.