Try OpenEdge Now
skip to main content
ABL Reference
Handle Attributes and Methods Reference : GET-ERROR-ROW( ) method
 

GET-ERROR-ROW( ) method

Returns the listing line number at which the nth error occurred in the preceding ABL source code compilation.
This method is supported only for backward compatibility. Use the GET-ROW( ) method instead.
Return type: INTEGER
Applies to: COMPILER system handle

Syntax

GET-ERROR-ROW ( n )
n
An integer expression, from 1 to the value of the NUM-MESSAGES attribute, that specifies the numeric occurrence of a compilation error.
If the nth occurrence of a compilation error did not occur, this method returns the Unknown value (?).