>Date: 9 Dec 1999 06:17:34 -0800
>From: "Dave Lippincott" <[EMAIL PROTECTED]>
>Subject: Re: StrPrintF
>That could be because:
>"Currently, only the %d, %i, %u, %x and %s are implemented and don't accept
>field length or format specifications except for the l(long) modifier"
>I guess you can't use the '4' before the d
That appears to be the problem, but "Currently" must refer to some specific
earlier PalmOS versions. The "%4d" works as expected on 3.1 and 3.3 at
least, and the <length> specifier support is shown in the reference
document. However, I will go ahead and change this so that it is compatible
with "all" versions.
Doug Gordon