m
Added comment about a more effective way to erase a table
m (WW:MOS) |
m (Added comment about a more effective way to erase a table) |
||
| Line 8: | Line 8: | ||
for i in pairs(t) do t[i] = nil end | for i in pairs(t) do t[i] = nil end | ||
end | end | ||
---- | |||
Would think [[API_wipe#Notes|wipe(t)]] would be more effective. | |||
--[[User:MichaelLundRasmussen|MichaelLundRasmussen]] ([[User talk:MichaelLundRasmussen|talk]]) 13:10, December 30, 2009 (UTC) | |||