Wren Plugin for Xojo

VM.GetListCount Method

Returns the number of elements in the list stored in list in given slot.

GetListCount(
   listSlot as Integer) as Integer

Parameters

listSlot
The slot number which contains the list.

Returns

Integer
Number of elements in the list.

Remarks

See Also

VM Class