ArrayLength
- Last UpdatedJan 11, 2023
- 1 minute read
- PI System
- PI Server 2018
- PI Server
Get the length of an array.
Syntax
ArrayLength(a1)
Arguments
-
a1
a variable representing the array to operate on
Returns
The number of values in the array
Exceptions
None
Notes
None
Example
-
ArrayLength(Data)
[Return the number of values in an array named Data]