Precision problem? (Program Bug and Problems)
Other solution:
cls
for t = 0 to 10 step 0.01
if instr (string (t),".") = 0 then print t #transform number to string !!!!
next t
end
::::::::::::::::::::::::::::::::::::::
0
1
2
3
4
5
6
7
8
9
10
Complete thread:
- Precision problem? -
joan,
2013-08-02, 09:04
- Precision problem? -
lrcvs,
2013-08-02, 17:10
- Precision problem? - lrcvs, 2013-08-02, 17:45
- Precision problem? - lrcvs, 2013-08-02, 18:15
- Precision problem? - Jim, 2013-09-06, 22:15
- Precision problem? - Jim, 2013-09-09, 02:21
- Precision problem? -
lrcvs,
2013-08-02, 17:10