====== Set Lookup Table Value ====== ===== Description ===== Inserts a value into a lookup table at a specified key. If the key is already present, its value is replaced. ===== Inputs ===== ^ Name ^ Type ^ Description ^ | Table | [[Lookup Table Type]] | Lookup table where the value will be inserted. | | Key | [[Real Value Type]] | Key of the entry that will be inserted into Table. | | Value | [[Real Value Type]] | Value of the entry that will be inserted into Table. | ===== Optional Inputs ===== None. ===== Outputs ===== ^ Name ^ Type ^ Description ^ | Updated Table | [[Lookup Table Type]] | The updated lookup table. | ===== Group ===== [[Functor List#Lookup Table | Lookup Table]] ===== Notes ===== If Key already has a value assigned in Table, that value is replaced by Value. This functor was previously known as "UpdateLookupTable"; that name is still accepted for backward compatibility with existing scripts. ===== Internal Name ===== SetLookupTableValue