HotDocs Author WorkflowCreate a template Add placeholders Group variables in dialogs Upload a template Create a script

NUM * NUM Operator

The NUM * NUM operator multiples the first number value by the second and returns the result.

The NUM * NUM operator is one of Author's arithmetic operators that you can use in calculations.

Operator Model After you drag and drop the model into the script tab: Expression returns:
* ⟦NUM⟧ * ⟦NUM⟧  Replace both ⟦NUM⟧ placeholders with the numeric values that you want to multiply. A number value.

Example

The following script calculates a total price by multiplying the Number variable SalePriceNU with the Number variable SalesTaxNU.

SET TotalPriceNU TO SalePriceNU * SalesTaxNU