Check out the createObject CF function, which will let you create java
objects, and then hit the API docs for whatever version of Java you're
running.

http://java.sun.com/reference/api/index.html

The stuff you'll want is in the java.math package, and maybe some
support from stuff in java.lang.  In particular, java.math.BigInteger.

cheers,
barneyb

On 4/13/05, Ali Awan <[EMAIL PROTECTED]> wrote:
> I'm trying to do some calculations in CF which are resulting in huge
> numbers, so MX is throwing an error that my result will not fit into an
> integer.
> 
> I figured a possible solution is to import the Java libraries into my CF
> page and then use some Java functions to work with double integers or larger
> integers.  Is this the way to go?
> 
> If so, can someone tell me how to do that, and also, what are the Java
> functions I can use to work with larger integers.
> 
> Thanks,
> 
> Ali

-- 
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 50 invites.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202671
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to