01-22-2024, 09:27 PM
A new release of GTac is out and the list of formula operators as been updated:
Code:
& And
| Or
= Equals
# Not equals
< Less than
<= Less than or equal
> Greater than
>= Greater than or equal
<> Not equals
? If; Where
~ Except; Without
% In a list
! Not (use parentheses)
$ Distance to nearest
( Parenthesis (use to order complex formulas)
) Parenthesis (use to order complex formulas)
+ Add (only used for math calculations)
- Subtract (only used for math calculations)
* Multiply (only used for math calculations)
/ Divide (only used for math calculations)
// Integer-Divide (only used for math calculations)