Examples
The arraysize() function retrieves the size of the specified array field or variable.
arraysize(array_element)
• array_element – Any element of an array field or variable.
An integer containing the size of the array field.