====== Create Lookup Table Group ====== ===== Description ===== Container that creates a lookup table group out of a series of lookup tables connected inside it. ===== Inputs ===== None. ===== Optional Inputs ===== None. ===== Outputs ===== ^ Name ^ Type ^ Description ^ | Lookup Table Group | [[Lookup Table Group Type]] | The resulting lookup table group, comprising the set of lookup tables connected inside this container. | ===== Group ===== [[Functor List#Lookup Table | Lookup Table]] ===== Notes ===== Each lookup table inside this container must be provided by a corresponding [[Number Table]] hook. The numbers assigned by the Number Table hooks must be sequential, starting at 1 with no gaps (1, 2, 3, and so on); otherwise this functor reports an error asking for the offending number to be renumbered. The tables can later be retrieved individually from the group with [[Extract Lookup Table From Lookup Table Group]], using the same sequential number as the index. ===== Internal Name ===== CreateLookupTableGroup