get-list - (linked-list)
Contents
Description
get-list will obtain information about linked <list> created with new-list.
<count> (in "count" clause) is the number of elements in the list.
Examples
Get the number of elements in list "mylist" in number "size":
get-list mylist count size
Name
get-list - (linked-list)
Purpose
Get information about linked list.
See Also
Linked list
delete-listget-listnew-listposition-listpurge-listread-listwrite-list See all documentation
$DATE $VERSION GOLF(2gg)
Syntax
get-list <list> count <count>
