Hello everybody.

i want to perform calculation for float data.
Result of my calculation my be up to 15 digits and 2 decimal point.

can anybody tells me how to use the FloatManager.
I have seen the Float Manager of SDK and i have used the method which Float Manager  
provides but i am fail.

i have also used the float data type insted of Float Manager but i am fail to do the 
exect calculation.

can anybody gives me the simple code using float manager or float data type.

I have stored quantity and amount as a character and i want to calculate the total 
price.

i have writen the function that converts float to string and string to float that 
works fine only if my amount is less then 9999999.99.

i have also written one simple code...

float f;
f=1234.56;
if(f==1234.56)
  FrmCustomAlert(MsgBoxAlert,"f is 1234.46"," "," ");

but it does not display the Alert.

your simple help is very valuable for me.

thanks...

[EMAIL PROTECTED]


_____________________________________________________
Chat with your friends as soon as they come online. Get Rediff Bol at
http://bol.rediff.com





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

Reply via email to