PreviousNextIndex

GET-MESSAGE( ) method (Handle)

Returns the message associated with a specified error currently recorded by the specified system handle.

Return type: CHARACTER

Applies to: COMPILER system handle, ERROR-STATUS system handle

Syntax
GET-MESSAGE ( n ) 

n

For the COMPILER system handle, this is the message returned for the nth error that occurred during the preceding ABL source code compilation.

For the ERROR-STATUS system handle, this is the message returned for the nth error that occurred during the execution of a statement run with the NO-ERROR option.


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex