Quote:
|
Originally Posted by JustBreathe
If you read my example, I am reading from 'strings', not this.vars. I thought you were inquireing about the contents of this.vars. The string was saved using savevarstoarray( false ) , and therefore, syntax error shouldn't be a problem.
|
wait a sec.. You are still using that wrong then. this.loadvarsfromarray() will load all of the variables into the 'this.' object, not a 'this.vars' object. You should be doing this.vars.loadvarsfromarray();