{{getMsg('Help_YouAreHere')}}:
/
{{page.title}}
{{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}}
{{helpModel.downloadHelpPdfDataStatus}}
Operator "*"
This operation multiplies the first operand with the second operand.
Usage:
number * number // Returns number currency * number // Returns currency
Returns:
depends on operand value types
Examples (Same in Basic and Crystal syntax):
6 * 7 // Returns 42 6 * 9 // Returns 54 (not 42) $8.40 * 2 // Returns $16.80