Returns the element at the specified index into the given array object.
Syntax
elementAt( array , index )
array.elementAt( index )
Parameters
array
|
the array object to use.
|
index
|
the index into the specified array object.
|
Returns
element
|
the element at the given index.
|
Example
value = ba.elementAt( index )
|