LabVIEWParameter.GetArrayIndex

Syntax

LabVIEWParameter.GetArrayIndex( offset, options)

Return Value

String

An array index string. Array index strings are a list of numbers enclosed in brackets that index each dimension of the array. For example, the following is an array index for a two dimensional array: [0][1] .

Purpose

Returns the index of the array element the offset parameter specifies.

Parameters

offset As Long

[In] Specifies a zero-based number representing the offset of an array element in the one-dimensional physical storage of the array. The offset is in terms of the number of elements.

options As Long

[In] Reserved for future use. Pass 0 .

See Also

LabVIEWParameter.ArrayDimensions

LabVIEWParameter.GetDefaultArrayDimensionSize