How could I print doubles? Here's my code... ... double pp,seno;
pp = 90.7; seno = round(pp); StrPrintF(xxx," %.4g => %.4g",pp,seno); FrmCustomAlert(msgAviso,xxx,"",""); // it doesn't print my doubles correctly... ... Fabr�cio de Paula -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
