dumpdictionary(
DICTIONARY
)

The dumpdictionary( function returns a carriage return separated array of dictionary keys and values (see Data Dictionaries).


Parameters

This function has one parameter:

dictionary – is the name of the field or variable that contains the dictionary (must contain binary data).


Description

This function returns a carriage return separated array of dictionary keys and values. Each line contains a key/value pair.

For example, this formula builds a dictionary and then dumps it.

dumpdictionary(initializedictionary("Color","Blue","Shape","Oval","Depth",3))

The result of this formula will be:

Color=Blue
Shape=Oval
Depth=3

Other functions that are related to this function are:


See Also


History

VersionStatusNotes
10.0UpdatedCarried over from Panorama 6.0, but uses new internal dictionary format