Eval Method

Applies To   See Also

Evaluates an expression and returns the result for an instance of the Visual FoxPro application automation server.

Syntax

ApplicationObject.Eval(cExpression)

Returns

Character, Numeric, Currency, Date, or Logical

Settings

cExpression

Specifies the expression to evaluate. cExpression can be a literal character string, or a valid Visual FoxPro expression, variable, array element, or field of any data type, enclosed in quotation marks.

Remarks

cExpression must be a legal Visual FoxPro character expression.