If the numbers val1 and val2 are equal, the function returns 1; otherwise, it returns 0.
$(=, val1, val2)
Examples
| Code | Returns | Remark | 
|---|---|---|
| $(=,30,30.0) | 1 | 
 | 
| $(=,10,9.9999999) | 0 | 
 | 
| $(=,$(getvar,thickness),5) | 1 | when THICKNESS=5 | 
| $(=,$(getvar,thickness),3) | 0 | when THICKNESS=5 | 
Tell me about...
| © Menhirs NV. All rights reserved. |