Increment counter
Anatomy
<numformat:inc var="var" name="string">
int
</numformat:inc>
Description: NUMFORMAT:INC increments and returns the counter of a formatted number, specified by name.
Attributes
| Name | Type | Description | Defined By |
|---|---|---|---|
| var | var | Result variable name for new counter | numformat:inc |
| name | string | Name | numformat:inc |
Results:
| Binding | Type | Predicate |
|---|---|---|
| var | int | N/A |
Examples
Example
<numformat:inc name="billing_invoicenum"/>