Dictionary Component

Fnd_Dict_SetLongint

Fnd_Dict_SetLongint (dict ID; key name; value)

Legacy manual page 81

Parameters

ParameterTypeDescription
dict IDNumberA dictionary ID
key nameTextA key name
valueBooleanThe value to store

Description

This command adds the specified key and long integer (or integer) value to the dictionary. If the key already exists, the old value is replaced with this new value.

Extracted source text
            Fnd_Dict_SetLongint (dict ID; key name; value)

              Parameter                 Type              Description
              dict ID                   Number            A dictionary ID
              key name                  Text              A key name
              value                     Boolean           The value to store

            This command adds the specified key and long integer (or integer) value to the dictionary.
            If the key already exists, the old value is replaced with this new value.