Eric:

I using FlpAToF function to convert 1.12, 1.2 kind ascii to float, the
code as:

float   Y[0];
CharPtr     recText;
FlpCompDouble Stack;

Stack.fd =FlpAToF(recText);
Y[0]=Stack.d;


Sometimes it works such as 1.2, but sometimes such as 0.47  doesn't
work(return 0)even
though recText 0.47 draw on the screen.

Please help me out.


Thank you for your response.

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