Shared Variable

tamhas

ProgressTalk.com Sponsor
Huh? When the highest level program using the shared variable ends, i.e., the one that declared it new shared, any memory is released along with all the rest of the program.

Of course, if you use parameters, then the issue doesn't arise! :)
 
Top