I was trying to do something like this, becouse I'm writing a program where this thing could be very useful.
echo which integer do you want?
echo 1
echo 2
set 1d=10
set 2d=110
set /p a=
echo %'%a%d'% //This part sould display eather 10 or 110 based on the value of integer a.
It would be so mutch easier than makeing 1000th of if structures...
Thanks the helps in advice.