GetArrayIndexValue Method DescriptionThis returns the array variable at the specified index position. SyntaxVisual BasicPublic Function GetArrayIndexValue( _ ByVal index As Long _ ) As Variable Parameters index Long value of the index position. See AlsoVariable Object | Variable Members