Help - Errors
From GraphicMeasurer Help
Temporary article:
TGMLexAnalError = (leNone, leMissingEquals, leUnterminatedString,
leInvalidChar, leInvalidCellID);
TGMParseError = (peNone, peRightParenthesisExpected, peRightBracketExpected,
peExpression4Expected, peConstExpressionExpected, peIdentifierExpected,
peInvalidSignPosition, peInvalidOperatorPosition);
TGMSemAnalError = (seNone, seOperandType, seUnknownIdentifier,
seInvalidParamPattern, seGraphObjRequired, seObjectIsNoArray,
seInvalidCellValue, seInvalidAccess);
TGMCalculationError = (ceNone, ceIncombatibleCellValues,
ceDecimalCellValueExpected, ceCircularReference,
ceReferenceToEmptyCell, ceReferenceToErroneousCell, ceCellIndecesExpected,
ceInvalidCellIndices, ceArrayOutOfBounds, ceIdentityIndexOutOfBounds,
ceInvalidFrameIndex);