GetArrayBounds Function
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
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.