PHP Code:
function onCreated()
{
this.loadvarsfromarray( string );
for ( temp.vars: this.vars )
echo( temp.vars );
}
Accessing an array that was built by loadvars, when loadvars was used in the syntax this.loadvars, causes Graal to crash with Access Violation.
Side Note:
Sorry for all the errors. I just got access to Forums, and I was saving them up. I'll be adding them as I think of the problems I've encountered in the past.