Re: Display a float on screen

2008-05-28 Thread Dave Lippincott
Sent: Thursday, October 26, 2000 2:06 PM Subject: Display a float on screen > Hi all, > > I need to display the value of a float variable on the PDA screen. The > String Manager only provides functions to convert integers to string. > StrPrintF does not handle %f to format fl

Re: Display a float on screen

2008-05-28 Thread Miguel Oyarzun
Yup, look at the day-old thread titled "[Q] Why is this difficult???" for yet-another-post of the FloatToString function. There is also this link http://www.duckpond.mv.com/Ftp/Pilot/fp.c to another solution. "Dave Lippincott" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > You wi

Re: Display a float on screen

2000-10-26 Thread Miguel Oyarzun
Yup, look at the day-old thread titled "[Q] Why is this difficult???" for yet-another-post of the FloatToString function. There is also this link http://www.duckpond.mv.com/Ftp/Pilot/fp.c to another solution. "Dave Lippincott" <[EMAIL PROTECTED]> wrote in message news:28175@palm-dev-forum... > >

Re: Display a float on screen

2000-10-26 Thread Dave Lippincott
; <[EMAIL PROTECTED]> Sent: Thursday, October 26, 2000 2:06 PM Subject: Display a float on screen > Hi all, > > I need to display the value of a float variable on the PDA screen. The > String Manager only provides functions to convert integers to string. > StrPrintF does no

RE: Display a float on screen

2000-10-26 Thread Richard.Johnstone
26, 2000 2:07 PM To: Palm Developer Forum Subject: Display a float on screen Hi all, I need to display the value of a float variable on the PDA screen. The String Manager only provides functions to convert integers to string. StrPrintF does not handle %f to format float, like ANSI C printf

Display a float on screen

2000-10-26 Thread Edmond Chan
Hi all, I need to display the value of a float variable on the PDA screen. The String Manager only provides functions to convert integers to string. StrPrintF does not handle %f to format float, like ANSI C printf() does. Would anyone please advise how to display a float on screen? It must