| Contents > CFML Reference > ColdFusion Functions > IncrementValue |
|
|
|
|
||
Adds one to an integer.
The integer part of number, incremented by one.
IncrementValue(number)
Parameter |
Description |
|---|---|
number |
Number to increment |
<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>
|
|
||
| Contents > CFML Reference > ColdFusion Functions > IncrementValue |
|
|
ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting
Version 6.1
Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.
RSS feed | Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/coldfusion/6.1/htmldocs/funct118.htm
Comments
mindtrap said on Nov 8, 2004 at 1:26 PM : mindtrap said on Nov 8, 2004 at 2:18 PM : kabbi~thkek said on Sep 30, 2005 at 5:04 AM : CaptainPalapa said on Apr 26, 2006 at 5:31 AM :