| A Tinderbox Reference File : Actions & Rules : Operators : Action Operator Types : Mathematical operators |
Mathematical operators |
Actions and rules may use certain numeric operators. In all cases the argument may be a number or an expression that evaluates as a number.
For example
Width=5+log($WordCount);
Datum=2*cos(radians($Angle));
From v4.5.2, the multiplication operator * may be used to multiply strings. thus, the expression
3*"xyz"
evaluates to:
xyzxyzxyz
| Up: Action Operator Types | |
| Next: Color operators | |
Licensed under Creative Commons Attribution-Noncommercial-Share Alike 3.0 License
[See aTbRef CC licence Attribution/Waiver info info]