This version is out of date, covering development from v4.6.0 to v4.7.1. It is maintained here only for inbound reference links from elsewhere. Jump to the current version of aTbRef. |
|
A Tinderbox Reference File : Actions & Rules : Operators : Action Operator Scope : Item-based operators : * (multiplication) | aTbRef Site Map |
* (multiplication) |
Operator Type: | Mathematical |
Operator Scope of Action: | Item |
The multiplication operator, * (asterisk character), returns the multiplication of the arguments before and after it.
$MyNumber = 3*4
The multiplication operator * may be used to multiply strings. Thus, the expression
$MyString = 3*"xyz"
evaluates to a string "xyzxyzxyz"
Up: Item-based operators | |
Previous: &= (logical AND) | Next: + (addition) |
Licensed under Creative Commons Attribution-Noncommercial-Share Alike 3.0 License
[See aTbRef CC licence Attribution/Waiver info info]