Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ak02

  1. ak02

    VBScript method to show all variable values

    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...
  2. ak02

    VBScript method to show all variable values

    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...
  3. ak02

    VBScript method to show all variable values

    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...

Part and Inventory Search

Back
Top