Dictionary Component

Fnd_Dict_New

Fnd_Dict_New ({name}) -> Longint

Legacy manual page 78

Parameters

ParameterTypeDescription
nameTextA name (optional)
Function ResultNumberThe new dictionary's reference number

Description

This funciton creates a new dictionary and returns its reference number. If no name is passed, the dictionary will be named "Dictionary n" where n is the dictionary’s reference number. Note that this number may not reflect the dictionary’s actual reference number if the dictionary is saved and later reloaded.

Extracted source text
            Fnd_Dict_New ({name}) ➔ Longint

              Parameter                  Type           Description
              name                       Text           A name (optional)
              Function Result            Number         The new dictionary's reference number

            This funciton creates a new dictionary and returns its reference number.
            If no name is passed, the dictionary will be named "Dictionary n" where n is the dictionary’s reference
            number. Note that this number may not reflect the dictionary’s actual reference number if the dictionary
            is saved and later reloaded.