appenddictionaryvalue
DICTIONARY
,
KEY
,
SEPARATOR
,
VALUE

The appenddictionaryvalue statement appends a value to an item in a dictionary (see Data Dictionaries).


Parameters

This statement has four parameters:

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

key – is the name of the key for the item you want to change.

separator – is the separator for new value (or “” if no separator should be used).

value – new value to append to the dictionary item.


Description

This statement appends a value to an item in a dictionary. This example adds a new line to the Log item in the operation dictionary.

appenddictionaryvalue operation,"Log",cr(),"Received at 10:45 AM"

See Also


History

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