Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Verifying for upper
Message
From
21/11/2001 12:52:24
Cindy Winegarden
Duke University Medical Center
Durham, North Carolina, United States
 
 
To
21/11/2001 11:37:25
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00584529
Message ID:
00584592
Views:
29
>>>What would be the fastest way to verify for all upper casing characters within a string? For example, I would like to detect when that happens "THISISMYTEST" but not this "THISISMyTest".
>>
>>
lcStr = "THISISMyTest"
>>IF lcStr = UPPER(lcStr )
>>  * Uppercase
>>ENDIF
>>
>
>For a while, I thought it was more complicated than what is is. <s>

Michel,

"Verifying" that all the characters are uppercase is complicated. Making them all uppercase, just in case they are not already, is pretty simple, and we know you knew how to do that already! < g >
Previous
Reply
Map
View

Click here to load this message in the networking platform