View Single Post
12/12/14, 12:15 PM   #8
dopiate
AddOn Author - Click to view addons
Join Date: Jun 2014
Posts: 142
My programming exercise

I'm not sure if anyone cares - but as a programming exercise (slow day at work) I made a quick little saved variables parser.

It grabs all the variable names and splits them into two lists - ones that contain data and ones that don't

It doesn't output anything but it could be configure to do any number of things. You can multi-select from either list.

I put the exe and the form1.vb (all the actual code) in the zip.

Maybe it will spark an idea in someone or give someone a head start trying to parse the important variabls from a LUA file.

Here is an example - I opened the saved variables file for Combat Log Stats



The title on the GUI is incorrect because it doesn't create a csv -- I was just trying some things at work (sneaking in the coding)

As I said the code is in the zip also.

-d

Last edited by dopiate : 12/12/14 at 07:31 PM. Reason: added image
  Reply With Quote