This content has been marked as final.
Show 2 replies
-
1. Re: Using a variable's definition as a variable name
VarioPegged Mar 31, 2009 4:33 PM (in response to BrianatArena)...
...
var partThree = this[partOne + partTwo];
trace("my variable is " + partThree); //will trace: my variable is it is working
TS
-
2. Re: Using a variable's definition as a variable name
BrianatArena Apr 1, 2009 9:48 AM (in response to BrianatArena)Cool, thank you.

