Dynamic multi-dimensional array
Dim Arr as variant
arr = array(5,6,10)
DSH wrote:
Is it possible to create a dynamic multi-dimensional array? I know the
following will not work, but something to the effect:
dim arr()
dim s as string
s = "5, 6, 10"
redim arr(s) 'i.e. redim arr(5, 6, 10)
Thanks.
--
Dave Peterson
|