Using tables as dynamic function arguments¶
Sometimes it is necessary to make function calls dynamic. To achieve this, you may use the following functions to look up function arguments from a config table:
This is useful for situations where you want to reuse a variable library, while altering its configuration based on where it is used in the company hierarchy.
Coming soon
A tutorial showing the real-world application of config tables.