Try OpenEdge Now
skip to main content
ABL Reference
Handle Attributes and Methods Reference : LAST-SERVER attribute
 

LAST-SERVER attribute

A handle to the last entry in the list of server handles for the current ABL session. This includes both AppServer server objects and Web service server objects.
Data type: HANDLE
Access: Read-only
Applies to: SESSION system handle
Returns the handle associated with the last entry in the list of all server handles created in the current session. If the current session has no server handles, LAST-SERVER has the Unknown value (?). For more information on server handles, see the Server object handle reference entry.