BE_ArrayGetValue
BE_ArrayGetValue ( array ; valueNumber )
Retrieves a value from the array number specified, at the valueNumber specified.
Arrays are stored via BE_ArraySetFromValueList and the index number used as the array parameter is the result of that function call.
Version : 3.3.0
Parameters :
array : A previously returned array number.
valueNumber : The the number to retreive.
Result : The value at valueNumber in array if it exists.