6-36 The Development Library
GETADR
Lookup for the address of an entry.
Example: “INNERCOMP” GETADR -> #054Afh
Level 1 -> Level 1
String -> Binary integer
GETNAMES
Find all the entry whose name starts with a specific string.
Note: giving a null string as an input will return a list of all the entry points.
Level 1 -> Level 1
String -> List of entry names.