B
Britt
Hi,
I want to create an unknown number of variables, depending of the value of
another variable (amounvar)..
The created variables must have the name: var1, var2 etc ... I never know in
advance 'amountvar'.
I tried this but doesn't work:
.....
amountvar=30
for i=1 to amountvar
dim var & i
next
Thanks for help
Britt
I want to create an unknown number of variables, depending of the value of
another variable (amounvar)..
The created variables must have the name: var1, var2 etc ... I never know in
advance 'amountvar'.
I tried this but doesn't work:
.....
amountvar=30
for i=1 to amountvar
dim var & i
next
Thanks for help
Britt