CorBlimeyLimey
Mechanical
- Nov 5, 2003
- 15,292
Just discovered the IF operator can now be used in SW12, as opposed to the IIF operator in previous versions.
SW11
SW12
Anyone know of other changes?
SW11
You can also use the Visual Basic IIf function when specifying a model dimension. This function returns one of two values depending on the evaluation of an expression. For example, if the equation specified is "D1@Sketch1" = (IIf("D1@Sketch4">15, 20, 10)) + 8, then:
SW12
You can also use the Visual Basic If function when specifying a model dimension.
This function returns one of two values depending on the evaluation of an expression.
For example, if the equation specified is "D1@Sketch1" = (If("D1@Sketch4">15, 20, 10)) + 8, then:
Anyone know of other changes?