CheckSyntax Method Example
The following example returns the syntax check for the ExpressionEditor object ExpressionEditor1.
Dim bSuccess As Boolean
Dim strExpression As String
strExpression = "AI1.F_CV + AI2.F_CV"
bSuccess = ExpressionEditor1.CheckSyntax(strExpression)