Tripton
Industrial
- Feb 28, 2010
- 2
I am trying to create a conditional expression and find that using the less than symbol gives the following error: Dimension mismatch (binary operation)
Attempt to use the "<" operation on the Length and Angle
Expression: arm_angle = if(arm_length<100)(102)else(90)
This expression was taken right out of CAST. It will accept the = symbol but not the < or > symbols.
Any help would be greatly appreciated. Thanks
Attempt to use the "<" operation on the Length and Angle
Expression: arm_angle = if(arm_length<100)(102)else(90)
This expression was taken right out of CAST. It will accept the = symbol but not the < or > symbols.
Any help would be greatly appreciated. Thanks