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