02-23-2023, 04:44 AM
It seems to be a problem of the number type!
This is working:
If you remove the DIM statement, it stops at 88.
Thanks to all for your answers!
This is working:
Code: (Select All)
DIM I AS _FLOAT
FOR I = 1 TO 200 STEP 1
PRINT I, EXP(I)
NEXT
If you remove the DIM statement, it stops at 88.
Thanks to all for your answers!