Get Array Element By Index

Signature

GetElementOfArrayByIndex(values, index)

Description

Returns the value of an element in the array at a given index, if it's available.

Result

Element value with status flag

Arguments

 

values

Array from which the value needs to be taken.

index

Integer index of the element.