Newbish question:

Under OS 3.0 in Datetime.h:

longDateStrLength = 15

I notice that in the 3.5 headers:

#define longDateStrLength               15
#define dowDateStringLength             19
#define dowLongDateStrLength    25

"Wed Nov 11, 1999" = 16 characters, 17 with the terminator.

I'm trying to use the correct defined return length, but none of these seem
to directly correspond.  Is there extra padding for localised versions of
the string?  Which value is Palm suggesting gets returned from the API call
DateToDOWDMFormat( )?  What does dowLongDateStrLength pertain to?  For that
matter, what function returns a string of longDateStrLength?  Finally, I'm
assuming that none of these return values include space for the \0, right?

Cheers,
--
Andrew Ball
[EMAIL PROTECTED]

Reply via email to