FORMULA LANGUAGE


@CheckFormulaSyntax
Example

Checks a block of commented out formula language code for errors.

Note This @function is new with Release 6.

Syntax

@CheckFormulaSyntax(formulaText)

Parameters

formulaText


Return value

errorInformation

Usage

This @function reports compile errors, not run-time errors. A run-time error is generated, for example, if a function has an insufficient number of arguments. This function is useful especially if you are using the @Eval function to execute a text expression at run-time, since you can use it to first check the syntax of any text you supply to @Eval.

Example