O.P. RE: How to open group chat windows
Yeah, but there is still something that I do not understand.
Do I have to make it explicit that they are global variables? I mean, in Matlab i define, global MyVar...
But, here it seems that it's just defining it outside every function. Is it like that or something else? Because, in that case, I got a problem because my script wasn't taking global variables correctly..I had to redefine them in every function to make it work, even though I defined them outside...so I don't find the problem...
|