the function seems to perform just the usual case-insensitive one-byte comparasion. So it happens that if a double-byte character 0x215L is to be searched also 0x215l is found
I think you'll be embarrassed about this one: 0x215L == 0x215l They are both longs. The actual number compared is 0x215
Smile, E
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
