View Single Post
  #2  
Old 06-22-2006, 07:37 PM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
Quote:
Originally Posted by JustBreathe
PHP Code:
function onCreated()
  {
  
this.loadvarsfromarray( string );
  for ( 
temp.varsthis.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.
You really shouldn't be directly loading this. variables like that anyway. Just for curiosity's sake, though. What is in the array? Are you attempting to modify read-only variables?
__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote