Nested iif statement to evaluate <=

What is the correct format for greater than equal too in an equation in solidworks? I know I cannot use the = sign so I am assuming I need to create a nested iif but I cannot get the format correct and I do not have an example. Can anyone provide me with an example of how to do a nested iif statement?

Thanks, Sam

Reply to
Sam
Loading thread data ...

IIf(var1>=var2, truepart, falsepart)

or I've used the following at times (thought it was VBA) ...

IIf(var1GEvar2, truepart, falsepart)

nested (switch the resulting true a false parts from the first exapmle) ....

IIf(var1 What is the correct format for greater than equal too in an equation

Reply to
Keith Streich

PolyTech Forum website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.