Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WDESIGNER and version 24.0
Syntax
Code Block
languagenone
set anObject = map.getMapValue(aKey)
SemanticsGet the object from map map that is identified by akey. If the map value cannot be found, NULL is returned.
SubstitutablesanObjectThe map entry identified by aKey
map

An object of type Map.

aKeyKey value identifying the map entry.
Examples
Code Block
languagenone
create address;
set address = hashMap.getMapValue("John Snow");
address is an object of type Address.
rp
Panel
titleRelated Pages:

Children Display
pageMap Operations