Jump to content

Sharing a Scripting.Dictionary


Recommended Posts

Is there a way to share a Scripting.Dictionary object between scripts? I was thinking this would be possible with COM, but I'm not familiar enough with it to do so... Or is there a better way to share objects between programs? What about sharing arrays?

0x616e2069646561206973206c696b652061206d616e20776974686f7574206120626f64792c20746f206669676874206f6e6520697320746f206e657665722077696e2e2e2e2e

Link to comment
Share on other sites

The Dictionary data is held in memory.  To access it by an application other than the one that created the dictionary you would need to use some form of IPC between the creating program and the client processes.  Inter-process Communication takes many forms.  Sockets, messages, semaphores etc... I would read up on IPC and look for examples.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...