Contents:

 

 

Introduction


News blog


What is Servoy?


Getting Started


Comparison Servoy/VFP


Performance


How-To's

 

Code Reference

 

VFP2Servoy Toolkit

 

 

Contact / feedback

 

 

 

 

 

 

 

 

 

 

 

 

 

 

CHR() - utils.getUnicodeCharacter()



Returns the Unicode character associated with the specified number. In VFP the Ansi code character is used and in Servoy the Unicode character is used. Of course the latter is preferable.

 

VFP code example

CHR(100)         && returns d

 

Servoy code example

utils.getUnicodeCharacter(100); // return d

// alternatively:

globals.CHR(100); 


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