Forum Moderators: phranque
I was wondering if it is possible to increment a variable name within a for loop.
For example:
for RecNo = 1 to HatsLookup.Count
Do stuff
Do more stuff
Create a varable called loop & RecNo
next
TIA
Furthermore you could achieve that effect with any other scripting language supporting some kind of eval function. Although I donīt really see why you donīt go for arrays since they are made for exactly that purpose.