...
Returns the item at a specified index position within an Array or Recordset.
Syntax
- getElement(set, index)
- set[index]
- set.index
Argument | Type | Description |
---|
set | Array or Recordset | The Array or Recordset to get the result from |
index | Integer | The position of the item in set to be returned. |
...