Re: Printing doubles

2002-03-18 Thread Brian Smith
On Mon, 18 Mar 2002, fabricio wrote: > How could I print doubles? Here's my code... StrPrintF doesn't support printing floats or doubles. Here's one function that's out there for that... http://tangentsoft.net/palmfaq/src/pdouble.c -

Printing doubles

2002-03-18 Thread fabricio
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 Pal