Get next number and increment counter
XML
<numformat:next var="var" name="string"/>
<numformat:next /> returns the next formatted number and increments the counter, specified by name.
Attributes
| Name | Type | Description | Defined By |
|---|---|---|---|
| var | var | Result variable name for formatted number | numformat:next |
| name | string | Name | numformat:next |
Results
| Binding | Type | Predicate |
|---|---|---|
| var | string | N/A |
Examples
XML
<numformat:next var="number" name="billing_invoicenum"/>