In a message dated 9/2/2005 11:32:19 AM Pacific Daylight Time, 
[EMAIL PROTECTED] writes:


> As mentioned earlier, If I were to go the COMMON route, I would have one
> COMMON block in an INCLUDE and register everything there and globally
> compile as necessary. Perhaps this is the beginning of NAMED COMMON.
> 

An interesting aside is that  unnamed Common is positional in reference to 
the non-Common variables as well.  That is, unnamed Common compiles into the 
same name-space as the rest of the variables.  It comes first.
   Named Common compiles into its own name-space, and each "name" gets its 
own space.  I thought this was interesting when I first encountered it.  It is 
like "aha, that's how they got around it ...."
   The "it" being variables colliding based on their position in the runtime 
map.
Will Johnson
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to