*slaps head* Thanks Joe. Yeah that does it well, then I use LSParseNumber on the other end.
Not sure why it didnt work before... LSParseNumber will also work on "1.0461E+015" so I just pass that through the form variable. -----Original Message----- From: Joe Eugene [mailto:[EMAIL PROTECTED] Sent: Thursday, 13 March 2003 3:04 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: CFMX and long integers Have you tried #NumberFormat("1.0461E+015")# ? It gives me "1,046,100,000,000,000" Joe Eugene > -----Original Message----- > From: Gunther Ahamer [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 12, 2003 10:38 PM > To: CF-Talk > Subject: CFMX and long integers > > > Hi, > > I call a web service that returns a long integer. > Now when I try to dump this to output I get 1.0461E+015. > CF does seem to be internally aware that it is a long and does store it > properly. > > Now how would i go about passing this from one page to another using a > hidden form variable? > Ive tried doing ParseNumber, Val, etc. but cant get it to decode on the > receiving side... > > Hopeing you guys can help me out a bit... > > thanks in advance, > > Gunther > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

