Wondering about the seemingly delayed timed update that seems to be in effect with the @MSEC macro.
Test code: For $i = 0 to 100
DebugOut('@MSEC', @MSEC)
Sleep(10)
Next
Output: @MSEC = "359" {St} [0,0]
@MSEC = "375" {St} [0,0]
@MSEC = "390" {St} [0,0]
@MSEC = "390" {St} [0,0] ;; dupe
@MSEC = "4...