PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Elias Montoya on January 14, 2012, 10:18:48 PM

Title: Global variable accesibility on interface methods not working.
Post by: Elias Montoya on January 14, 2012, 10:18:48 PM

When i declare a global variable, i cant access it in my class methods, because it seems like firefly puts the global variable declaration after the interface declaration. Even if i manually put it in the top, firefly moves it to the bottom of the interface declaration.

Is there a way to correct this? Thanks. :)
Title: Re: Global variable accesibility on interface methods not working.
Post by: Elias Montoya on January 14, 2012, 10:55:10 PM

My mistake. I was putting the code in the wrong place. :)