DecrementValue()
this function is deprecated, use instead the -- operator;Decrements the current number by one
Status:
DecrementValue( number=number );
Returns: Number
Examples
writeDump(decrementValue(6));//5
writeDump(decrementValue(6.5));//5.5
See also
- numeric.decrementValue()
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)