I wrote a program in PowerBasic and used it for quite long .
Suddenly , without making major adaptions to the code i found a strange result :
Code : Graphic print i ( where i is an integer ) the output on the screen gets something as 922.455461
Changing the code to Graphic print INT(i) gave the same result .
As i is a kind of counter the output is running well for some time , suddenly going "crazy" .
Has anybody an idea what's happening here ?
Suddenly , without making major adaptions to the code i found a strange result :
Code : Graphic print i ( where i is an integer ) the output on the screen gets something as 922.455461
Changing the code to Graphic print INT(i) gave the same result .
As i is a kind of counter the output is running well for some time , suddenly going "crazy" .
Has anybody an idea what's happening here ?
Comment