GetArrayBounds Function

Syntax

Number GetArrayBounds(Array array, [Out] String lowerBounds, [Out] String upperBounds)

Return Value

Number

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.