Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 

ESOUI » Developer Discussions » General Authoring Discussion » Saving Data


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off