Using string to get variable value... [RESOLVED]
by MikeJ · in iTorque 2D · 06/01/2011 (6:38 pm) · 2 replies
I have a variable...
$row1X = 32;
I need to get the value based on a combination of strings and other variables...
"row" @ %id @ "X"
(row1X)
the result should be 32. I am referencing the variable using a string.
How is this possible?
$row1X = 32;
I need to get the value based on a combination of strings and other variables...
"row" @ %id @ "X"
(row1X)
the result should be 32. I am referencing the variable using a string.
How is this possible?
Associate Rene Damm