G
Gene
I want to create many different arrays on the same time,
so I think of the following:
dim "Staff" & "Num" & "(10)" as integer
Can i do the similar things???
because I want to increase the "Num" from 0 to 10,
so I have 10 arrays with different names.
but i find the above statement is not work.
so I think of the following:
dim "Staff" & "Num" & "(10)" as integer
Can i do the similar things???
because I want to increase the "Num" from 0 to 10,
so I have 10 arrays with different names.
but i find the above statement is not work.