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. :)
My mistake. I was putting the code in the wrong place. :)