problem with variables
Posted: 04 Apr 2012 09:51
i have a variable named "r". we dont know what nomber is in it.
i set another, named "t"
i need to set some variables. for example if t=30 i would need 30 new variables. how to set and access them?
i use it:
but dont know how can i access and change them
it does not work:
(excuse me for my english
)
i set another, named "t"
Code: Select all
set /a t=%r%
i need to set some variables. for example if t=30 i would need 30 new variables. how to set and access them?
i use it:
Code: Select all
set p%t%=eee
but dont know how can i access and change them
it does not work:
Code: Select all
echo %p%t%%
(excuse me for my english
