It works fine!
Code: (Select All)
For a = 0 To _Pi(2) Step _Pi(2 / 18) ' stepping 20 degrees
Print Int(_R2D(a) + .001); ' convert to rounded up integer
Next
b = b + ...