HI Perhaps you could break the number up and pass it in using two Variants. You would have to re-construct the number as needed...
Regards Max ----- Original Message ----- From: "Costin Nila" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Tuesday, March 01, 2005 5:28 PM Subject: [msvc] long double and Variants > > I have to work with large numbers (more the 10^15), and for that reason I > need to use the long double data type which supports 10^19. The problem is I > that I receive theese values in variant variables, I need to precess them, > and then save them back into varinats. I didn't find any way to convert from > Variant -> long double -> Variant. > Is there any way ? > > thanks > > > _______________________________________________ > msvc mailing list > [email protected] > See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive. > > > > -- > No virus found in this incoming message. > Checked by AVG Anti-Virus. > Version: 7.0.300 / Virus Database: 266.5.0 - Release Date: Fri 25/02/2005 > > -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.300 / Virus Database: 266.5.0 - Release Date: Fri 25/02/2005 _______________________________________________ msvc mailing list [email protected] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
