Stephen Wille Padnos wrote:
> [snip]
> O200 while [#<angle>  <= 360]
> G0 A #<angle>
> #<angle>  = #<angle>  + #<step>
> O100 call
> o200 endwhile
>    
I guess it might have been better for me to use the correct comparison, 
which is LE:

O200 while [#<angle> LE 360]

- Steve


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to