Versions Compared

Key

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

...

Insert excerpt
BrightScript Version Navigation Menu
BrightScript Version Navigation Menu
nopaneltrue
This object allows you to store objects in an associative array (also known as a map, dictionary, or hash table), a data structure that associates objects with string keys. 

Note
titleNote

Using nested FOR EACH loops to iterate over the same roAssociativeArray instance can lead to unexpected behavior. See the FOR EACH statement description for more details.


The roAssociativeArray object is created with no parameters: 

...