Lucee Function Reference
incrementvalue()
This Function is deprecated
this function is deprecated, use instead the ++ operator;Increments the current number by one
Example
incrementvalue(number number):number
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
number | number | Yes | Number to increment |