>= greater than or equal to

 

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

 

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

 

=@SHELFS@>=3

 

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

 

=[Length]>=[Width]