Kevin O'Keefe wrote: > Read the Manual? That's a bit too much to ask, don't you think? What are mailing lists for? ;-)
> You're looking for: > Char * StrToLower(Char *dst, const Char *src) Assuming Ray was looking for a C solution, yes. If the purpose converting the string(s) to lowercase was to 'normalize' for comparison purposes, other useful functions -- also documented in the PalmOS reference -- might be StrCaselessCompare, TxtCaselessCompare, and StrNCaselessCompare... Oliver __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
