Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Proper
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Proper
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01498920
Message ID:
01498928
Views:
98
This message has been marked as the solution to the initial question of the thread.
>Hi
>
>Can I adapt proper () function or is there other funcion to transform in capital only the first letter of a line ?
>
>Moises

Try
upper(left(myText,1)) + substr(myText,2,len(myText))
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform