08-21-2025, 03:45 PM
This looks OK to me, as suggested awhile ago:
Code: (Select All)
DefDbl A-Z
i = 0
stepper = .0000001
While _KeyDown(27) = 0
Print Using "0.####### 0.#######"; i, itot
i = i + stepper
itot = itot + i
_Limit 2
Wend
724 855 599 923 575 468 400 206 147 564 878 823 652 556 bxor cross forever

