View Single Post
  #1  
Old 06-22-2006, 02:41 PM
JustBreathe JustBreathe is offline
Registered User
Join Date: Jun 2006
Posts: 59
JustBreathe is on a distinguished road
Access Violation: Crashes Graal.

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.
Reply With Quote