Allen wrote: "Nope. Blank Common and Named Common are specific to each user process. So, if I run a program which initializes common, any other program run by me during that session has that data available, but that data is NOT available to any other process."
Allen it is my understanding that unnamed common is specific to each program tree, not process. If you get to the TCL prompt, your unnamed common is disgarded. Any subsequent code that is run, can not access those stored variables any longer. However NAMED Command is different in that you can go to TCL and then later into other code, and as long as you don't log out of that session, the named common is still active and available to access what you stored in it previously. So named, and unnamed, common are different imho. Will Johnson ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
