I've used a for loop to split a string by spaces. I've also used a loop to make each word in its own variable such as var1=this, var2=is, var3=a, var4=test. That looks like "set var!count! = %%A"
That works. I just need to recall it. How do I do that? Logically, I think it would look like this: %var%count%%
Can someone explain to me how to get that? If I have the 'count' 1, what do I do to get "var1"?