Dictionary Component
Fnd_Dict_SetReal
Fnd_Dict_SetReal (dict ID; key name; value)
Parameters
| Parameter | Type | Description |
|---|---|---|
| dict ID | Number | A dictionary ID |
| key name | Text | A key name |
| value | Real | The data to store |
Description
This command adds the specified key and floating numeric value to the dictionary. If the key already exists, the old value is replaced with this new value.
Extracted source text
Fnd_Dict_SetReal (dict ID; key name; value)
Parameter Type Description
dict ID Number A dictionary ID
key name Text A key name
value Real The data to store
This command adds the specified key and floating numeric value to the dictionary.
If the key already exists, the old value is replaced with this new value.