Get next number
Anatomy
<numformat:get var="var" name="string"/>
Description: NUMFORMAT:GET returns the next formatted number, specified by name.
Attributes
| Name | Type | Description | Defined By |
|---|---|---|---|
| var | var | Result variable name for formatted number | numformat:get |
| name | string | Name | numformat:get |
Results:
| Binding | Type | Predicate |
|---|---|---|
| var | string | N/A |
Examples
Example
<numformat:get var="number" name="billing_invoicenum"/>