Whatever message this page gives is out now! Go check it out!

IncrementValue

Last update:
May 18, 2026

Description

Adds one to an integer.

Returns

The integer part of number, incremented by one.

Category

Function syntax

IncrementValue(number)

See also

Parameters

Parameter
Description
number
Number to increment

Example

<h3>IncrementValue Example</h3> 
<p>Returns the integer part of a number incremented by one. 
<p>IncrementValue(0): <cfoutput>#IncrementValue(0)#</cfoutput> 
<p>IncrementValue("1"): <cfoutput>#IncrementValue("1")#</cfoutput> 
<p>IncrementValue(123.35): <cfoutput>#IncrementValue(123.35)#</cfoutput>

Share this page

Was this page helpful?
We're glad. Tell us how this page helped.
We're sorry. Can you tell us what didn't work for you?
Thank you for your feedback. Your response will help improve this page.

On this page