D
DSH
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.
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.