Hi:
Yes, I tried that already. Basically what I did is created a variable and set it equal to a string that contained the list of variables in the subroutine, each separated by a comma. I then used the Split function to break each part of that string into an array. The problem is that while I...
Thanks. I am interested in getting the values for the global and local (within sub) variables in my script. I just need a method by which I can dump all the variable names and their associated values "on-demand" such as when I want to log information to a log file. The intent is to do this...
Hi:
Does anyone know of a method by which a script can return the value of all variables that are currently active in it? I am writing a log sub and am trying to have a routine by which whenever the log sub is called, it will dump the values of all variables in the script to it (the log...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.