how to emptie a spesific tow in a table in lua code example Example: lua clear table for i=1, #tablevar do tablevar[i] = nil end