Dictionary Component
Fnd_Dict_SetArray
Fnd_Dict_SetArray (dict ID; key name; ->values)
Parameters
| Parameter | Type | Description |
|---|---|---|
| dict ID | Number | A dictionary ID |
| key name | Text | A key name |
| values | Array | An array of values |
Description
Use this command to store an array of values in a dictionary. The array can be an array any of these types: Text or String Longint or Integer Real Boolean Date Pointer
Extracted source text
Fnd_Dict_SetArray (dict ID; key name; ->values)
Parameter Type Description
dict ID Number A dictionary ID
key name Text A key name
values Array An array of values
Use this command to store an array of values in a dictionary.
The array can be an array any of these types:
Text or String
Longint or Integer
Real
Boolean
Date
Pointer