Contents:

 

 

Introduction


News blog


What is Servoy?


Getting Started


Comparison Servoy/VFP


Performance


How-To's

 

Code Reference

 

VFP2Servoy Toolkit

 

 

Contact / feedback

 

 

 

 

 

 

 

 

 

 

 

 

 

 

STR() - utils.numberFormat()



Returns the character equivalent of a numeric expression.

 

VFP code example


? STR(17.456, 2) && returns: 17.46 or 17,46 depending on locale

 

Servoy code example


utils.numberFormat(17.456, 2) //returns 17.46 or 17,46 depending on locale
utils.numberFormat(100006.749, '#,###.00'); //returns 100,006.75
 
// alternatively:


globals.STR(17.456, 2);  // returns: 17.46 or 17,46 depending on locale


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