Hi all,
I have a string containing the name of a variable :
'---------------------------
Dim strVarName as string
Dim intNeedValue as integer
intNeedValue = 1234
strVarName = "intNeedValue"
'---------------------------
This is sort of a bad exemple but you get the point. I want to use the strVarName to get the value of intNeedValue. Is there an existing function for that ? I cant find it or o dont know how to do it.
Thx
I have a string containing the name of a variable :
'---------------------------
Dim strVarName as string
Dim intNeedValue as integer
intNeedValue = 1234
strVarName = "intNeedValue"
'---------------------------
This is sort of a bad exemple but you get the point. I want to use the strVarName to get the value of intNeedValue. Is there an existing function for that ? I cant find it or o dont know how to do it.
Thx