Difference between revisions of "EXPRCHECK()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
(No difference)
|
Revision as of 15:50, 23 March 2009
Class
Expressions and Type Conversion
Purpose
Function to check expression for errors
Syntax
EXPRCHECK(<expC>)
See Also
Description
The function EXPRCHECK() evaluates the Recital/4GL expression specified in the string <expC>, and returns the appropriate Recital error number, or 0 if the expression evaluated correctly.
Example
function CheckExpr parameter querystring if exprcheck(querystring) > 0 dialog box "Error in Query String: " + message() m_ret = .F. else m_ret = .T. endif return m_ret
Products
Recital Database Server, Recital Mirage Server, Recital Terminal Developer