IR Framework

Dictionary Function

Creates a Dictionary object.
[Application.]Dictionary ()

Return Value

The Dictionary function returns a Dictionary object that can be used to store and retrieve key-item pairs.



Remarks

The following example uses Dictionary to create a dictionary object:

var dctWorkOrderExpenditures = new Application.Dictionary();


Requirements