01-23-2024, 06:30 AM
(01-22-2024, 09:27 PM)Davin Wrote: 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)
I updated what I had already added to what will be Issue #32 of PBM Chaos.
Thanks, Davin!