WoW:USERAPI EraseTable: Difference between revisions

m
Moving "talk" to Talk page.
m (Added comment about a more effective way to erase a table)
m (Moving "talk" to Talk page.)
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)
Anonymous user