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 derfloh 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 juanqui

  1. juanqui

    extracting variable names from array

    That would be part of the solution.. ..is there also a way to refer to the name of the equivalent variable: eg IF foundstring==nameofequivalentvariable of ParameterValues(1) then...
  2. juanqui

    extracting variable names from array

    I wrote a subroutine wich returns variable names and values, both in an array. Now I want to declare variables which are in array1 to have values as are in array 2. How could I do this? The only thing that I got working was the following code, which is far from optimal...
  3. juanqui

    extracting variable names from array

    I wrote a subroutine wich returns variablenames and values, both in an array. Now I want to declare variables which are in array1 to have values as are in array 2. How could I do this? THe only thing that worked wasthe following code, wich is far from optimal: filename='parameters.txt'...

Part and Inventory Search

Back
Top