Contents:

 

 

Introduction


News blog


What is Servoy?


Getting Started


Comparison Servoy/VFP


Performance


How-To's

 

Code Reference

 

VFP2Servoy Toolkit

 

 

Contact / feedback

 

 

 

 

 

 

 

 

 

 

 

 

 

 

INLIST() - globals.INLIST()



Determines whether an expression matches another expression in a set of expressions.

 

VFP code example


cMonth = MONTH(customers.birthdate)
? INLIST(cMonth, 'January', 'February', 'March')  

 

Servoy code example


var dDate = new Date();
var cMonth = utils.stringFormat('%tB', new Array(dDate));
globals.INLIST(cMonth, 'January', 'February', 'March');  


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