Wren Plugin for Xojo

VM.SetListElement Method

Sets the value stored at given index in the which is stored in listSlot, to the value from sourceSlot.

SetListElement(
   listSlot as Integer,
   index as Integer,
   sourceSlot as Integer)

Parameters

listSlot
The slot number which contains the list.
index
index of the element to set.
sourceSlot
The slot which contains the data to be set in the list.

Remarks

See Also

VM Class