in reply to How to share global variable between two program instances ??

Use an ini file, which gets read by both programs.

Or, have both programs use the same module, and the global variable is defined there.

What are you trying to accomplish?

  • Comment on Re: How to share global variable between two program instances ??