GetArrayBounds Function
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
GetArrayBounds Function
Syntax
Number GetArrayBounds(Array array, [Out] String lowerBounds, [Out] String upperBounds)
Return Value
The function always returns 0.
Purpose
Determines whether the array contains a specified object. The function outputs the array bounds as strings with the syntax "[i][j][k]", with an integer value in square brackets for each dimension of the source array.
Parameters
array as Array
The array to examine.
lowerBounds as String
A string in which the function returns the index/indices of the array's smallest value.
upperBounds as String
A string in which the function returns the index/indices of the array's largest value.