Dictionary Component
Fnd_Dict_GetArray
Fnd_Dict_GetArray (dict ID; key name; ->values)
Parameters
| Parameter | Type | Description |
|---|---|---|
| dict ID | Number | A dictionary ID |
| key name | Text | A key name |
| values | Pointer | Text 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.