Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Verifying for upper
Message
 
 
To
21/11/2001 11:29:07
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00584529
Message ID:
00584531
Views:
22
This message has been marked as the solution to the initial question of the thread.
>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
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform