Get size
The Get size operator returns the number of elements in a list. The list must contain elements of the same data type. The result is an integer.
Example 100.
The output is 3.
GET_SIZE(['a','b','c'])
The Get size operator returns the number of elements in a list. The list must contain elements of the same data type. The result is an integer.
The output is 3.
GET_SIZE(['a','b','c'])