Wren Plugin for Xojo

VM.SetMapValue Method

Takes the value stored at valueSlot and inserts it into the map stored at mapSlot with key keySlot.

SetMapValue(
   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 containing the value.

Remarks

See Also

VM Class