View Single Post
02-21-21, 09:02 PM   #6
Walkerbo
A Cobalt Mageweaver
 
Walkerbo's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2010
Posts: 233
Hi Fizzlemizz

Yes you were right, the issue was that I was wiping the temptable, I would never have got this as I thought that
Lua Code:
  1. wipe(temptable)
was the same as
Lua Code:
  1. temptable = {}
Does that mean I can use wipe only on the saved tables in my toc?
__________________
"As someone once told me, frames are just special types of tables, and tables are special types of pointers."
Fizzlemizz
  Reply With Quote