Hi everyone.
I have a question and wasn't able to find any answer for this.
What is the maximum value/limit for TimerInit & TimerDiff.
I mean, If I use TimerInit() in my script, how long can it 'last'? How long will I be able to read it with TimerDiff()?
I realize that the result of TimerDiff isn't an Integer. It's a floating number and I am not sure what the maximum value is.
I would like my program to use $Time = TimerInit() today, and then I'll be able to use TimerDiff($Time) tomorrow or even the day after. Is this possible? and what happens if TimerDiff exceeds the maximum value (if there is any)?