Thread Tools Display Modes
Prev Previous Post   Next Post Next
06/26/14, 06:07 AM   #12
SinusPi
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 18
BACKSLASHES break it.

If you happen to have any important backslashes in your saved variable contents... ESCAPE IT TWICE. Or do some other magic.

1.
Code:
/run MyAddonSV.something = "Blah\\blah"
2. Reload.
3. View the SV file to see ["something"] = "Blah\blah"
4. Take your best guess what happens...

Zenimax, there are quite a few good coders out there, would you PLEASE hire one..? This is just embarrassing... First the number-truncation (try to save the number 0.123456789 and see what you restore back, I bet it's 0.123456 which is not even close), then nil-comments with broken commas, and now this... :/

Last edited by SinusPi : 06/26/14 at 06:10 AM.
  Reply With Quote
 

ESOUI » Site Forums » News » Saved Variables Bug and AddOns ToU


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