Wren Plugin for Xojo

VM.GetListElement Method

Reads element from given index from the list in listSlot and stores it in
destinationSlot.

GetListElement(
   listSlot as Integer,
   index as Integer,
   destinationSlot as Integer)

Parameters

listSlot
The slot number which contains the list.
index
index of the element to get.
destinationSlot
Slot which will receive the list element.

Remarks

See Also

VM Class