Dictionary Component

Fnd_Dict_Values

Fnd_Dict_Values (dict ID; ->values)

Legacy manual page 83

Parameters

ParameterTypeDescription
dict IDNumberA dictionary ID
valuesPointerPointer to a text array

Description

This function fills the text array with the values stored in the dictionary. All of the values will be returned as text, regardless of their actual data type.

Extracted source text
            Fnd_Dict_Values (dict ID; ->values)

              Parameter                 Type               Description
              dict ID                   Number             A dictionary ID
              values                    Pointer            Pointer to a text array

            This function fills the text array with the values stored in the dictionary.
            All of the values will be returned as text, regardless of their actual data type.