Have you ever written an app that needs to do some heavy lifting, like processing a big batch of files? Maybe you click a button,…
Comments closedTag: Dictionary
As developers, we are continuously seeking more refined and effective methods of data management for our apps. Although Arrays and Dictionaries receive the most attention,…
Comments closedThe Dictionary is a great class for managing a collection of items. A Dictionary gives you fast lookup of information which consists of two parts. The first part is a key that is a unique way to identify a value, which is the second part. These are each Variants so you can put any data type you want into the Dictionary.
Comments closed