<= less than or equal to

 

Used to decide if one value is less than or equal to another

 

This operator is used to determine if one value is less than or equal to 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 or equal to 3.

 

=@SHELFS@<=3

 

Has a part got a length shorter than or equal to its width in a cutting list rule? If the length is less than or equal to the width the answer will be 1 if the length is greater than the width then the answer will be 0.

 

=[Length]<=[Width]