On 04/14/2012 12:33 AM, sundar j wrote:
> getting public variable from one module to other module. Right now what
> i do is that create temp file and write dynamic variable in to it so
> that it is accessible to all modules. Is there any way that i can use
> variable directly instead of creating temp files?

Create a module called something like "PublicVar", put all your public
variables in it, and refer to them as PublicVar.VariableName everywhere?
That's gotta be easier than writing files to disk.

Rob

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to