Dictionary Component
Fnd_Dict_GetReal
Fnd_Dict_GetReal (dict ID; key name) -> Real
Parameters
| Parameter | Type | Description |
|---|---|---|
| dict ID | Number | A dictionary ID |
| key name | Text | A key name |
| Function Result | Real | The value |
Description
This function returns a floating point numeric value with the specified key from a dictionary.
Extracted source text
Fnd_Dict_GetReal (dict ID; key name) ➔ Real
Parameter Type Description
dict ID Number A dictionary ID
key name Text A key name
Function Result Real The value
This function returns a floating point numeric value with the specified key from a dictionary.