TimeFormat("HHmm")
curTime = Time(Now) + 0
At one minute past midnight, curTime shows 1 when run in debug mode.
It shows shows 00010 when run compiled.
The intent was to be able to test the curTime field for a series of early morning times without having to use the leading zeros.
Regards,
Ed Sharp
curTime = Time(Now) + 0
At one minute past midnight, curTime shows 1 when run in debug mode.
It shows shows 00010 when run compiled.
The intent was to be able to test the curTime field for a series of early morning times without having to use the leading zeros.
Regards,
Ed Sharp