Get information about linked list.
get-list <list> count <count>
get-list will obtain information about linked <list> created with new-list.
<count> (in "count" clause) is the number of elements in the list.
Get the number of elements in list "mylist" in number "size":
get-list mylist count size
Linked list
delete-list get-list new-list position-list purge-list read-list write-list See all documentation