Sets the item of the given element at the given index to the given value.
<global>
| Name | Type | Description |
|---|---|---|
| element | object | The element containing the item to be set. |
| value | any | The new value for the item. |
| index | integer | The index of the item to set. The first item in the list is 1. |