xc-basic3
xc-basic3 copied to clipboard
Invalid result for CINT() on first call
test = 0.12345
print cint(test)
print cint(test)
results to
19532
0
The fix is on the way...
For the time being, adding this line at the top of your program will fix the issue:
MEMSET 21, 37, 0