All that shared object stuff you see with the toolkit? That's how this idea is accomplished. Even better is it doesn't just allow the exchange of variables but routines as well. See Chip's class 21 which is all about shared objects.
On 9/12/2011 1:40 AM, David wrote:
One thing that did cross my mind, is if there is any way to interchange variables - or the contents of a variable - between two or more apps.
For instance, say I create an app called:
    David.vbs
. You create an app called:
    You.vbs
. Will I be able to have my app (David) creat a variable called:
    IC
, and put a value of some kind into this IC variable. Then, whenever your app (You) would need the info, it could easily be retrieved. Just wondered if this was possible. If not, could the GWToolkit hold a set of variables, that the user apps could work with, I.e:
    AllRound1
    AllRound2
    AllRound3
...
    AllRound10?
Somehow give my apps a way of exposing certain values to other app developers.

Reply via email to