The trouble is with your call to StrPrintF - you are specifying two arguments in the format string, but only passing one. Further, it is likely crashing or printing garbage because the value you are passing is a number but is being interpreted as a string.

Jeremy

At 2/11/2003 08:33 AM, you wrote:
G' day all,

I am having a little trouble printing out the seconds in this routine
, can anyone tell me whats wrong with it..

[snip]

StrPrintF(" %s:%02d" ,dateTime.second);

--
For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Reply via email to