David Given wrote:
for i = 1, n do out[i] = self end
Would "table.insert(out, self)" be faster or slower than the above? Enrico