Get list
Purpose
: Get information about linked list.
get-list
<list>
count
<count>
Copied!
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
Copied!
See also
Linked list
delete-list
get-list
new-list
position-list
purge-list
read-list
write-list
See all
documentation
Copyright
(c) 2019-2024 Gliim LLC. All contents on this web site is "AS IS" without warranties or guarantees of any kind.