xxxxxxxxxx
=== Table Functions ===
:{{id|USERAPI|EraseTable}}(t) - Erase all values from a table
:{{id|USERAPI|tinsertbeforeval}}(tab, valBefore, val) - Insert one value before another (without knowing its index)
:{{id|USERAPI|tremovebyval}}(tab, val) - Remove a value (without knowing its index)
:{{id|USERAPI|tcount}}(tab) - Count table members (works on non-integer-indexed tables)
:{{id|USERAPI|tcopy}}(tabTo, tabFrom) - Recursively copy contents of one table to another