Try OpenEdge Now
Object-oriented Programming
Developing and Deploying Classes
:
Compiling class definition files
:
Using the COMPILER system handle
:
GET-ERROR-ROW(n) method
GET-ERROR-ROW(
n
) method
The
GET-ERROR-ROW( )
method on the
COMPILER
system handle returns an
INTEGER
specifying the line number of the source code file that caused the
n
th message generated by the most recently executed
COMPILE
statement.