Sharing session variables

hazejean

Regular
Joined
Jul 11, 2003
Messages
68
If vb executable1 calls vb executable2 How do I pass varaibles from vb 2 to vb1 without going to disk?

thanks
 
further explanation: I am creating text output in 5-7 executables, I would like to be able to "buffer" this output and write to disk at the end of all executables, rather than writing output to disk from every executable and combining later.

Thanks
 
I think the disk alternative is the simplest solution. Other possible solutions I'm aware of are sockets and the SendMessage API.
 
Back
Top