Posted by drumsticks on May 02, 2008 at 12:10:18:
In Reply to: DOS Dynamic Variable Naming posted by drumsticks on April 25, 2008 at 15:24:20:
THANK YOU :)
: Is it possible to create a variable name from the value of another variable, such as like a utopian example below (I don't think an EVAL function exists):
: SET variableOne=variableTwo
: SET EVAL(variableOne)=example Text
: %variableTwo%
: Thanks for any input or direction!