I'm trying to get the average diameter of some circles and report them. So far I have done this:
ASSIGN/V1= CIR1.+CIR2.+CIR3./3
But, my assign line in the edit window comes out in red. So I guess I'm not doing something right. And, how do I report the variable? Do I go into location and diameter and plug in the variable there? I'm still running ver. 3.2063
Thanks, Chuck
ASSIGN/V1= CIR1.+CIR2.+CIR3./3
But, my assign line in the edit window comes out in red. So I guess I'm not doing something right. And, how do I report the variable? Do I go into location and diameter and plug in the variable there? I'm still running ver. 3.2063
Thanks, Chuck
Comment