Ask a question, there is a function I have always not known how to implement.
For example:
First set the following two variables:
set a=1
set b1=10
Then execute echo %b%a%% to get %b1%
In fact, what I want to get is the value assigned to b1, that is, 10
Ask everyone, can it be achieved?
[ Last edited by HAT on 2008-12-23 at 10:10 ]
For example:
First set the following two variables:
set a=1
set b1=10
Then execute echo %b%a%% to get %b1%
In fact, what I want to get is the value assigned to b1, that is, 10
Ask everyone, can it be achieved?
[ Last edited by HAT on 2008-12-23 at 10:10 ]

