CyberNight
Programmer
OK heres on odd question,
if i have two variables
Dim Test as string
Dim HAPPHAPPY as string
Set one of them with misc data and the other with the name of the first variable:
HAPPYHAPPY = "JoyJoy"
Test = "HAPPYHAPY"
Is there a way to use the variable Test to access the contents of the HAPPHAPPY variable. In essence using one variable as a alias for the other one. Im not creating a new variable im trying to access it through another varaibles contents. This is just an example i acctually am looking for the actual effect.
Thanks
CyberNight
if i have two variables
Dim Test as string
Dim HAPPHAPPY as string
Set one of them with misc data and the other with the name of the first variable:
HAPPYHAPPY = "JoyJoy"
Test = "HAPPYHAPY"
Is there a way to use the variable Test to access the contents of the HAPPHAPPY variable. In essence using one variable as a alias for the other one. Im not creating a new variable im trying to access it through another varaibles contents. This is just an example i acctually am looking for the actual effect.
Thanks
CyberNight