Wren Plugin for Xojo

VM.GetMapValue Method

Retrieves a value with the key in keySlot from the map in mapSlot and stores it in valueSlot.

GetMapValue(
   mapSlot as Integer,
   keySlot as Integer,
   valueSlot as Integer)

Parameters

mapSlot
The slot containing the map.
keySlot
The slot containing the key.
valueSlot
The slot which will receive the value.

Remarks

See Also

VM Class