LineNumber Property

English Query

English Query

LineNumber Property

Displays the number of the line containing the error.

Applies To

EQError Object

Syntax

EQError.LineNumber [= value]

Parts

EQError

Object variable that provides information about an error, warning, or hint generated during the compilation of an EQModel object or during the loading of a project or module.

value

Returned integer indicating the number of the line containing the error.

Remarks

This property is read-only. It may be empty if the error is not associated with a specific line number.

See Also

Compile-Time Error Messages (Authoring Object Model)

EQModel Object