Dictionary Component

Fnd_Dict_GetTime

Fnd_Dict_GetTime (dict ID; key name) -> Time

Legacy manual page 75

Parameters

ParameterTypeDescription
dict IDNumberA dictionary ID
key nameTextA key name
Function ResultTimeThe value

Description

This function returns a 4D time value with the specified key from a dictionary.

Extracted source text
            Fnd_Dict_GetTime (dict ID; key name) ➔ Time

              Parameter                 Type               Description
              dict ID                   Number             A dictionary ID
              key name                  Text               A key name
              Function Result           Time               The value

            This function returns a 4D time value with the specified key from a dictionary.