I am having trouble using this system call.
I am doing the following to get the current system time in hh:mm am/pm
format (24 hour time).
DateTimeType CurTime;
Char Txt[10];
TimSecondsToDateTime(TimGetSeconds(), &CurTime);
TimeToAscii(CurTime.hour, CurTime.minute, true, Txt);
I am having trouble with the 3rd parameter. What is the correct way to
declare and define a "TimeFormatType" parameter?
Very truly yours,
Rob G.
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html