size (Function)
Function to return the size of the list.
Syntax
<INT> list:size(<OBJECT> list)
Query Parameters
Name | Description | Default Value | Possible Data Types | Optional | Dynamic |
---|---|---|---|---|---|
list | The list for which size should be returned. | OBJECT | No | Yes |
Example 1
list:size(stockSymbols)
Returns size of the stockSymbols
list.