Howdy all.
Just trying to figure out how to make array names on the fly and then reference them later. I don't know exactly how many different arrays of data I am going to have so I need some way nto to hardcode the array names. In other words, I want to make @array1, @array2, @array3, etc., until I don't need arrays any more and can start on the data munging. Any direction for me? Thanks for you help.
CiceroLove