PlayByMail Forums
GTac Assistant reference lists - Printable Version

+- PlayByMail Forums (https://forums.playbymail.dev)
+-- Forum: Featured PBM Games (https://forums.playbymail.dev/forumdisplay.php?fid=59)
+--- Forum: Galac-Tac (https://forums.playbymail.dev/forumdisplay.php?fid=61)
+--- Thread: GTac Assistant reference lists (/showthread.php?tid=130847)

Pages: 1 2


RE: GTac Assistant reference lists - GrimFinger - 01-23-2024

(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!