I read the time from a string to a Ulong.
I calculate the elapsed time as a Ulong.
I calculate newtime as Ulong = time + elapsed.
All works fine, but when I use Numberformat(newtime,1,0) to convert to string there is an error.
If I repeatedly call the sub the calculated newtime is correct
but newtime converted to string is always the same.
Test project attached.
I calculate the elapsed time as a Ulong.
I calculate newtime as Ulong = time + elapsed.
All works fine, but when I use Numberformat(newtime,1,0) to convert to string there is an error.
If I repeatedly call the sub the calculated newtime is correct
but newtime converted to string is always the same.
Test project attached.