Quote: "If you want to shorten the life of your HDD then yes, that might work."
Not saying that mine is the best solution, however, if Cybermind is only switching between applications every few minutes or so, it shouldn't be too taxing on the HD. The information doesn't have to be written every time a variable changes. (See below)
Quote: "also note that you CANNOT access open same file 2 times; specialy when the file is Opened to WRITE.
you cant open to read it again.. it wont work."
Until Cybermind can research your method, Sergey, or until someone can help out with more specific code, a simple method could be to add (to both apps) a 'WRITE FILE' feature which writes all current data once and closes the file, and a 'READ FILE' feature to load it.
Again, I'm not saying that this is a better way, just something that could be quickly coded with little knowledge...
There are many programmers here with skills superior to mine, I just try to help out those like me who aren't experts yet!