arraysize()

Examples


The arraysize() function retrieves the size of the specified array field or variable.

Syntax

arraysize(array_element)

Parameters

array_element – Any element of an array field or variable.

Return value

An integer containing the size of the array field.


Documentation Feedback