| Servertec | elementAt( ) | |
|
|
Returns the element at the specified index into the given array object. SyntaxelementAt( array , index )array.elementAt( index ) Parametersarray the array object to use.index the index into the specified array object. Returnselement the element at the given index.Example
|
|
top of page
|