On Sat, 8 Feb 2003, Susan wrote:

> Int32 nSourceID=9093962000;

There's your problem, or part of it... the highest number than a UInt32
can hold is 4294967295, and an Int32 can hold about half that.  You can
try using floating point numbers...

-- 
-----------------------------------------------------------------------
Brian Smith // avalon73 at arthurian dot nu // http://www.arthurian.nu/
Software Developer  //  Gamer  //   Webmaster  //  System Administrator
A Black Hole:  What happens when God divides by zero.

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to