Dictionary Component

Fnd_Dict_GetPointer

Fnd_Dict_GetPointer (dict ID; key name) -> Pointer

Legacy manual page 74

Parameters

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

Description

This function returns the pointer with the specified key from a dictionary.

Extracted source text
            Fnd_Dict_GetPointer (dict ID; key name) ➔ Pointer

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

            This function returns the pointer with the specified key from a dictionary.