PreviousNextIndex

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

If the nth occurrence of a compilation error did not occur, this method returns the Unknown value (?).


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex