Thread: Saving Data
View Single Post
04/21/14, 06:58 PM   #11
Joviex
 
Joviex's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 42
Originally Posted by Mitazaki View Post
Oh that would be perfect, I mean if I used it in conjunction with a custom PHP parser to get all the deets out of it.

Only other thing is, how do you wipe a savedvariable file clean ? I have noticed old unsed variables hang around.

It's minor though, if it comes to it the user could manually delete if need be.

Thx again INS


in LUA you simply set the entry to nil.


["VariableWithCrapIwantToRemove"] = nil


Defaults.DeleteMe = nil


On save, it will disappear.
  Reply With Quote