Does CF (v5) have a means of doing math with very large numbers?  Example:

<cfset a = "57104432845826048260">
<cfset b = a + 1>
<cfoutput>
<pre>
a     = #a#
b     = #b#
b     = #NumberFormat(b, "99999999999999999999")#
</pre>
</cfoutput>

Output:

a     = 57104432845826048260
b     = 5.71044328458E+019
b     = 57104432845826048000
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to