get-lifo - (LIFO)
Contents
Description
get-lifo will obtain information about LIFO <list> created with new-lifo.
<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-lifo - (LIFO)
Purpose
Get information about linked list.
See Also
LIFO
delete-lifoget-lifonew-lifopurge-liforead-liforewind-lifowrite-lifo See all documentation
$DATE $VERSION GOLF(2gg)
Syntax
get-lifo <list> count <count>
