> Is there any function which i can use to convert float to Ascii . Not one that is palm native. Search this forum's archives for examples that have already been posted.
----- Original Message ----- From: "Mahesh Salian" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Tuesday, April 23, 2002 10:33 AM Subject: Re: Floating point problem > I am infact doing the modification for the already developed application. > The problem is my conduit program sends the floating point number for the > price during hotsync. > But the data structure used is ULong for price field . > Now if i change the member (price) of the structure to float , the program > doesn't work coz in some places StrIToA function is used for price. > Is there any function which i can use to convert float to Ascii . > I tried using Err FplFToA ( FloatType a, char* s) but got the error saying > cannot convert float to struct. > > Thanx, > Mahesh > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
