Posted 08 July 2013 - 01:34 AM
Hi :P/>
I'm trying to make a settings file with tables which looks like this atm:
is it possible to read this file as a table?
-Thanks
-Mikk809h
I'm trying to make a settings file with tables which looks like this atm:
desktop = {
["user"] = { username = "";
["Color"] = {
["BackgroundColor"] = colors.gray;
};
["Icons"] = {
["Programs"] = {
["xMin"] = 2;
["yMin"] = 1;
["xMax"] = 10;
["yMax"] = 3;
["text"] = "Programs";
["Text_Color"] = colors.white;
["Background_Color"] = colors.black;
};
};
};
};
is it possible to read this file as a table?
-Thanks
-Mikk809h