Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
config:start [2025/05/27 18:15] – [The configuration files] rajit | config:start [2025/06/05 09:58] (current) – rajit | ||
---|---|---|---|
Line 32: | Line 32: | ||
</ | </ | ||
Here the variable is an array (a.k.a. table) that corresponds to the space-separated list of values. | Here the variable is an array (a.k.a. table) that corresponds to the space-separated list of values. | ||
+ | |||
+ | < | ||
+ | int_tablex <var> values | ||
+ | real_tablex <var> values | ||
+ | string_tablex <var> values | ||
+ | </ | ||
+ | Here the variable is an array (a.k.a. table) as before, but the values are appended to the existing table; i.e. the table is extended. | ||
< | < |