This is an old revision of the document!


PHP's gd library is missing or unable to create PNG images

Set Lookup Table Value

Description

This functor inserts values into a lookup table. If the table is already filled in, it replaces the old values with new values.

Inputs

Name Type Description
Table Lookup Table The lookup table where the values will be inserted.
Key Double A key to the line in which the value will be inserted.
Value Double Value to be inserted.

Optional Inputs

Outputs

Name Type Description
Updated Table Lookup Table The updated lookup table.

Group

Notes

Internal Name

SetLookupTableValue