Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Verifying for upper
Message
De
21/11/2001 12:52:24
Cindy Winegarden
Duke University Medical Center
Durham, Caroline du Nord, États-Unis
 
 
À
21/11/2001 11:37:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00584529
Message ID:
00584592
Vues:
30
>>>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 >
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform