There a reason you're not just using the numberFormat() function? If you're on BlueDragon, upgrade to 6.2 beta. They had issues with method selection in 6.1 that seem to be fixed in 6.2.
cheers, barneyb On Tue, 18 Jan 2005 21:24:56 -0500, S. Isaac Dealey <[EMAIL PROTECTED]> wrote: > so... > > I'm looking at the java.text.NumberFormat class > > http://java.sun.com/j2se/1.3/docs/api/java/text/NumberFormat.html > > and in the description of this class there are two methods > (overloaded) which accept a number and return a string, format(double) > and format(long)... So I've tried using both > object.format(javacast("double",number)) and > object.format(javacast("long",number)) and in both cases an error is > produced saying "The selected method format was not found." ... and if > I dump the java object it shows two instance of the format() function > in the dump results... what gives?! > > s. isaac dealey 954.927.5117 > new epoch : isn't it time for a change? > > add features without fixtures with > the onTap open source framework > -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 8 invites. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:191030 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=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

