Contents:

 

 

Introduction


News blog


What is Servoy?


Getting Started


Comparison Servoy/VFP


Performance


How-To's

 

Code Reference

 

VFP2Servoy Toolkit

 

 

Contact / feedback

 

 

 

 

 

 

 

 

 

 

 

 

 

 

PROPER() - utils.stringInitCap()



Returns from a character expression a string where each word is capitalized.

 

VFP code example


? PROPER("what's in a name?") && returns:     What's In A Name?

 

Servoy code example


utils.stringInitCap("what's in a name?");  // What's In A Name?

// alternatively:

globals.PROPER("what's in a name?");       // What's In A Name?


Note: PROPER() is a function of the VFP2Servoy Toolkit

 

 

External resources:

 

vfp plugin

 

ServoyWorld 2012 pics

 

Official Servoy website

 

Ken Levy on Servoy

 

Servoy info

 

Servoy Forum

 

Servoy Documentation

 

VisualFoxpro.com © 2010-2012 • All rights reserved • Contact: info@visualfoxpro.com