Dictionary Component

Fnd_Dict_GetArray

Fnd_Dict_GetArray (dict ID; key name; ->values)

Legacy manual page 73

Parameters

ParameterTypeDescription
dict IDNumberA dictionary ID
key nameTextA key name
valuesPointerText array to receive values

Description

This method returns an array of values from a dictionary given a key.

Extracted source text
            Fnd_Dict_GetArray (dict ID; key name; ->values)

              Parameter               Type              Description
              dict ID                 Number            A dictionary ID
              key name                Text              A key name
              values                  Pointer           Text array to receive values

            This method returns an array of values from a dictionary given a key.