Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
String comparison
Message
From
29/11/1999 14:54:13
 
 
To
29/11/1999 05:06:02
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00296292
Message ID:
00296514
Views:
24
>Hi Al Doman,
>
> Is there anyway to do it without UPPER() and LOWER() function?
>
>Thank you
>Aston Mak

For the alphabetical characters A-Z, the uppercase are separated from the lower case by 32. Look at the ASC() function:
ASC("A") = 65
ASC("a") = 97
ASC("B") = 66
ASC("b") = 98
etc.
HTH
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Previous
Reply
Map
View

Click here to load this message in the networking platform