Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Command proper
Message
 
 
À
06/01/2002 14:44:22
Randy Hooper
Ranco Business Software
Tampa, Floride, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00601310
Message ID:
00601311
Vues:
26
>I don't want to use the command, proper, but I do want my first letter capitalize. I feel like I'm writing to much code for this, give me some ideals.
>
>Thanks, Randy
lcStr = "give me some ideas"
? UPPER( LEFT(lcStr,1)) + Substr(lcStr,2)
* Or
? STUFF(lcStr,1,1, UPPER( LEFT(lcStr,1))))
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform