getValueFromArray: Get a value from an array
Description
This function returns the value at location given by
the index parameter.
Usage
getValueFromArray(object, index)
Arguments
object
a java.object that represents an array
index
the index of the location at which the value is retrieved. Note that in Java
the first index is 0
Value
the value at the location