I've read a similar question recently on another forum and the answer was no. In subroutines / functions / whatever all the variables are usually defined in the local scope. After that function has finished executing the variables contained within it no longer exist.
I think you need to rethink what you are trying to acomplish, there has to be an easier way to do it
|