Quote:
|
Originally Posted by Projectshifter
But that wouldn't accept multilevel vars though would it?
|
Probably not. Not sure if you do something like:
temp.array = { "foo.bar.baz = 10" };
temp.obj.loadvarsfromarray(temp.array);
if it will load the temp.foo.bar.baz or not. If it does function that way, it wouldn't be hard to modify my code to support multiple-levels.