You need to cast the result as type Long.  10 and 3600 are type integer, so
the result is calculated as type integer.  If you cast it,

result  = (Long) 10 * 3600;

you should get the correct result.

Regards,

Steve

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to