Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Command proper
Message
 
 
To
06/01/2002 14:44:22
Randy Hooper
Ranco Business Software
Tampa, Florida, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00601310
Message ID:
00601311
Views:
27
>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--
Previous
Reply
Map
View

Click here to load this message in the networking platform