Index

Related topics:

IncrementVIncrementVr

Tutorial Videos

Tutorial videos are available here.

Knowledge Base

Visit our User Forum for discussions & solutions

The IncrementV Function

This function provides a useful way of adding an amount to an XpressDox variable.

There are two forms of the function:

«IncrementV('Counter')»

This will add 1 to the value of the variable ‘Counter’.

«IncrementV('Total', UnitPrice)»

The value of the data element UnitPrice will be added to the value of the variable ‘Total’.

Examples of usage will be found at Using variables to calculate totals

IncrementVr() is essentially the same as IncrementV, except that the paragraph containing the function will be removed after it has performed its increment.