Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Evaluates an expression and returns the result for an instance of the Visual FoxPro application automation server.
ApplicationObject.Eval(cExpression)
Return Value
Character, Numeric, Currency, Date, or Logical
Return Value
- 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
Applies To: Application Object | _VFP System Variable
cExpression must be a legal Visual FoxPro character expression.