Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
|
|
|
Returns the number of elements contained in the list.
Finds and returns the value of the element at position key in the list.GetAt returns the value of the element at location key or null string ("") if no element is found.
Finds and returns the value of the element at the position after key in the list. If key is a null string (""), it returns the value of the first element in the list.The value of key, which is passed by reference, is updated to the position value of the returned element or null string ("") if key is at the end of the list.