EssVerifyFormula

Description

EssVerifyFormula() verifies the syntax of the specified formula. This function is called by EssOtlVerifyFormula, which provides more information on returned errors.

Syntax

ESS_FUNC_M  EssVerifyFormula (hCtx, FormulaName);
ESS_HCTX_ThCtx
ESS_STR_TFormulaName

Parameters

hCtxEssbase API context handle.
FormulaNameThe name of the formula to verify.

Return Value

This function returns zero if successful, otherwise it returns an error number.

Notes

Access

Example



See Also