Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Returns the item at a specified index position within an Array or Recordset.

Syntax

  1. getElement(set, index)
  2. set[index]
  3. set.index
ArgumentTypeDescription
setArray or RecordsetThe Array or Recordset to get the result from
indexIntegerThe position of the item in set to be returned.

...