Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Adds a new entry to the associative array, associating the supplied object with the supplied key string. Only one object may be associated with a key, so any existing object linked to that key is discarded.

Lookup(key As String) As

...

Dynamic

Looks up the specified key and returns the associated object. If there is no object associated with the key string, then this method will return Invalid.

...