I've been now messing with AutoIT pretty much the entire day and im getting a much better feel for the way coding goes. I decided to do away with tabs long ago, now working with only buttons instead for now. I still think I wont be able to figure out how to make this INI method work
Essentially what the user should be able to do is click a button which will prompt you with a text box and it will add in a button elsewhere. This wont be as hard I can do this on my own im pretty sure. The only problem I think I might run into is spacing. It gets complicated for me here, when that button is created with X name I would like for a folder with that name to be created with its own INI file. In the INI file there will be several different sections each with their own separate string values. In the text fields where the string values go into the user will be able to change them to what ever they want and hit save which will save all of the separate fields for that INI file for that particular button.
Right now I have just gotten it to print off different parts of an INI depending on which button is pressed, but not able to get that information into a text box yet.