Contents:

 

 

Introduction


News blog


What is Servoy?


Getting Started


Comparison Servoy/VFP


Performance


How-To's

 

Code Reference

 

VFP2Servoy Toolkit

 

 

Contact / feedback

 

 

 

 

 

 

 

 

 

 

 

 

 

 

LEFT() - utils.stringLeft



Returns a specified number of characters from a character expression, starting with the leftmost character.

 

VFP code example

myString = "Hello World"
MESSAGEBOX(LEFT(myString,6),64)

** result: Hello

 

Servoy code example

var myString = "Hello World"
plugins.dialogs.showInfoDialog('',utils.stringLeft(myString, 6))

// result: Hello

 

 

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