View Single Post
  #6 (permalink)  
Old 01-09-2007, 10:16 AM
mikesmith76 mikesmith76 is offline
WebProWorld Pro
 

Join Date: Sep 2005
Location: Manchester, UK
Posts: 257
mikesmith76 RepRank 0
Default

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
Reply With Quote