PreviousofReferences Up
dictionary
ofValuesAutoNext

dictionary Method ofValues

Returns a new instance of Dictionary capable of holding a number of associations indicated by lnkSize. The class of Associations to be stored is indicated by assocTemplate. This method differs from "ofAssociations" as it causes the dictionary to store actual key/data pairs instead of instances of assocTemplate.

See class Association.

Using Parameters
assoctemplate OBJECT
lnksize PIC S9(9) COMP-5
Returning Parameter
adictionary OBJECT