Timst bug
Posted: Mon Jun 29, 2015 1:11 am
Is this a bug?
On the code below run on 10.1.1 anything less than one minute adds a minute to the formatted output. That is, for 18 seconds below I get 00:01:18
On the code below run on 10.1.1 anything less than one minute adds a minute to the formatted output. That is, for 18 seconds below I get 00:01:18
Code: Select all
rough18Sec = (18/86400);
asciioutput('_test.txt', TIMST(rough18Sec, '\h:\m:\s', 0));