Used to decide if one value is less than another
This operator is used to determine if one value is less than another.
E.g. to determine the quantity of a part in a product based on the value of a variable. So here the formula will evaluate to 1 if the value of the variable @SHELFS@ is less than 3.
=@SHELFS@<3
Has a part got a length shorter than its width in a cutting list rule? If the length is less than the width the answer will be 1 if the length is the same as or greater than the width then the answer will be 0.
=[Length]<[Width]