Posted 08 March 2014 - 04:40 AM
Hello, guys! I wanted to see if you guys know how to save data in a program, such as strings, tables, integers, etc. :D/>
I would like to save a table(or string, I can make a function to decipher one, if need be) that holds the settings for my operating system:
I've seen this done in quite a few operating systems and I'm not new to Lua at all, I just never learned how to do this part. I'd appreciate any advice in this situation a lot! Explanations are also welcome, so I can understand why stuff is. Getting better is always a good thing. :P/>
I would like to save a table(or string, I can make a function to decipher one, if need be) that holds the settings for my operating system:
Settings = {
Dropshadow = {true},
Theme = {"Default"},
TheCake = {"Is a Lie"} --Dummy space, for now.
}
I've seen this done in quite a few operating systems and I'm not new to Lua at all, I just never learned how to do this part. I'd appreciate any advice in this situation a lot! Explanations are also welcome, so I can understand why stuff is. Getting better is always a good thing. :P/>