Dictionary Component

Fnd_Dict_GetDate

Fnd_Dict_GetDate (dict ID; key name) -> Date

Legacy manual page 73

Parameters

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

Description

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

Extracted source text
            Fnd_Dict_GetDate (dict ID; key name) ➔ Date

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

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