Wren Plugin for Xojo

VM.MapContainsKey Method

Returns true if the key in keySlot is found in the map placed in mapSlot.

MapContainsKey(
   mapSlot as Integer,
   keySlot as Integer) as Boolean

Parameters

mapSlot
The slot containing the map.
keySlot
The slot containing the key.

Returns

Boolean
True if the key was found, else false.

Remarks

See Also

VM Class