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.