Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 864 Bytes

File metadata and controls

33 lines (26 loc) · 864 Bytes

PrevObj

Description

Function PrevObj returns the object in any list which precedes the specified object. If the end of the list is reached, the function returns NIL.

FUNCTION PrevObj(h : HANDLE): HANDLE;
def vs.PrevObj(h):
    return HANDLE

Parameters

Name Type Description
h HANDLE Handle to object, group, or symbol definition.

See Also

Relative calls:

Version

Availability: from All Versions

Category