If the numbers val1 and val2 are not equal, the function returns 1; otherwise, it returns 0.
$(!=, val1, val2)
Examples
Code | Returns | Remark |
---|---|---|
$(!=,30,30.0) | 0 |
|
$(!=,10,9.9999999) | 1 |
|
$(!=,$(getvar,thickness),5) | 0 |
when THICKNESS=5 |
$(!=,$(getvar,thickness),3) | 1 | when THICKNESS<>3 |
See also...
Bricscad™ is commercialized by Bricsys NV. Bricsys NV and Vondle NV are fully owned subsidiaries of Menhirs NV. Copyright © 2001- Menhirs NV - All rights reserved. |