Code: Select all
b=10
ForN a=1 To b
Debug a
b=0
Next
Code: Select all
For a.f=0 to 359 Step 0.01
y=Sin(a)*100+240
x=Cos(a)*100+320
Plot(x,y)
Next
- Register Variables may be a way to increase speed of the code even more (even though it's already very good for a compiler)
Â