Hi!
I have a 9750GII and face a very weird problem. I am using PlotOn to plot a graph but this function actually modifies the value of X! Is this a bug?
program
'ViewWindow some settings...
0->X
For 0 -> I To 5
PlotOn I, X
X_
Next
Running this you will see:
0
1
2
3
4
5
I am expecting all 0s.
Edited by grob103, 13 March 2015 - 07:09 PM.