Tons of code samples to convert floating point to a string have been posted to this list. A quick search will get you what you need.
----- Original Message ----- From: "Dina" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Wednesday, August 25, 2004 8:35 AM Subject: Problem in Float to string conversion. > Hi, > I am using Palm OS5.0 and CW 9.3. > Why this part of the C code doesn't work in Palm > OS5.0? > > float a = 3.9; > char str[10]; > sprintf(str,"%f",a); > > I get the err "StringMgr doesnt support this". > > or > How can I convert a float value to String?? > > regards, > Dina. > > > > > __________________________________ > Do you Yahoo!? > New and Improved Yahoo! Mail - 100MB free storage! > http://promotions.yahoo.com/new_mail > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
