Please enable JavaScript to view this site.

 

Navigation: Macros > Macro Language > Operators

The Multiplication Operator (*)

Scroll Prev Up Next More

The * operator takes 2 integer expressions and returns an integer value which is the product (ie. multiplication) of the first expression by the second.

nDouble = 2 * nAnyNumber
nPaycheck = (nHours * nHourlyRate) - nDeductions

 


Topic 136500, last updated on 18-Apr-2020