If the number val1 is greater than the number val2, the function returns 1; otherwise, it returns 0.
$(>, val1, val2)
Examples
| Code | Returns | Remark |
|---|---|---|
| $(>,30,2) | 1 |
|
| $(>,30,2,3) | $(>,??) | error: only 2 arguments allowed |
| $(>,30,a) | $(>,??) | error: both arguments should be numeric |
See also...
DIESEL functions| 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. |