Thanks for the response.

After posting the question we started looking at source code for
StrCaselessCompare and determined what was it was doing.

Regards,
Mike

"Mark Smith" <[EMAIL PROTECTED]> wrote in message
news:71085@palm-dev-forum...
>
> "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/

Reply via email to