getMapValue() Operation
| Syntax |
NONE
| |||
|---|---|---|---|---|
| Semantics | Get the object from map map that is identified by akey. If the map value cannot be found, NULL is returned. | |||
| Substitutables | anObject | The map entry identified by aKey. | ||
map | An object of type Map. | |||
aKey | Key value identifying the map entry. | |||
| Examples |
NONE
| |||

