"Michael Brennan" <[EMAIL PROTECTED]> wrote:
>I have two string, "[555]" and "555". When calling StrCaselessCompare with
>these strings, the function is indicating "[555]" comes before "555". I'm
>expecting the opposite since the ASCII value of [ is 91 (decimal) which is
>greater than the ASCII value of 5 is 53 (decimal).
Characters are mapped to a sort value based on the same rules that
Windows uses: punctuation, then numbers, then alphabetic characters.
See GetCharCaselessValue() in the PalmOS Reference.
--
-M- [EMAIL PROTECTED]
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/