Contents:

 

 

Introduction


News blog


What is Servoy?


Getting Started


Comparison Servoy/VFP


Performance


How-To's

 

Code Reference

 

VFP2Servoy Toolkit

 

 

Contact / feedback

 

 

 

 

 

 

 

 

 

 

 

 

 

 

CHRTRAN() - globals.CHRTRAN()



Replaces each character in a character expression that matches a character in a second character expression with the corresponding character in a third character expression. This function does not exist in Servoy/Javascript. Therefor it has been custom coded in the VFP2Servoy toolkit.

 

VFP code example


? CHRTRAN('ABCDEF', 'ACE', 'XYZ')          && Displays XBYDZF

 

Servoy code example


globals.CHRTRAN('ABCDEF', 'ACE', 'XYZ');   // Returns XBYDZF


Note: CHRTRAN() 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