Versions Compared

Key

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

...

Sets the value of an item at a specified index position within an Arrayarray

Syntax

  1. setElement(array, item, value)
ArgumentTypeDescription
arrayArray or RecordsetThe Array array or Recordset recordset to evaluate
itemIntegerThe position of the item in array to be returned.
valueIntegerThe value the item in array will be set to.

...

Please note that setElement() cannot be used on recordsets, only arrays. 

See Also