RE: coldfusion and 31-bit numbers

2001-08-29 Thread Brent Goldman
Hi, Do you have any UDF's that you wrote that you can send me? -Brent -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 8:54 PM To: CF-Talk Subject: Re: coldfusion and 31-bit numbers Sorry to say but that's old news. Bas

Re: coldfusion and 31-bit numbers

2001-08-23 Thread Michael Dinowitz
Sorry to say but that's old news. Basically, CF only allows a 32 bit number for INTEGERS. This article I wrote about a year back gives a full rundown as well as all the functions that are affected. http://www.fusionauthority.com/alert/index.cfm?alertid=30#tech1 You can get around it by writing you

coldfusion and 31-bit numbers

2001-08-23 Thread Brent Goldman
Hi, You know, I just found a really huge ColdFusion limitation. It can only work with numbers smaller than 2147483647, which is the same as 7FFF in hex, 177 in OCT, and 111 in binary. It seems that ColdFusion only allocated 31 bits of memory to each numbe