April 18, 2011
User Reference
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 [...]
Tagged as:
IncrementV
Read the full article →
April 18, 2011
Help
Ordinal is used within a ForEach to output the ordinal value (that is, ‘first’, ‘second’, etc.) of the position in the list of the current item: <<ForEach(party)>> The <<Ordinal(only ,first ,second ,third ,fourth ,fifth ,sixth ,subsequent )>>party is <<firstnames surname>>. <<End(ForEach party)>> This would result in something like this: The first party is Fred Basset. The second party is Harry Smith. The third [...]
Tagged as:
ForEach,
Ordinal
Read the full article →