G
Guest
My brain is fried, could someone help with this?
I have an array() of object
the second element of the array is also an array() of object
i want to say something like dim a() as object
a= getstuff ' which populates it - this works
dim b() as object
b=a(1) 'this is the problem line
how do I cast this?
b=directcast(a(1),array)
does not work
cheers
Guy
I have an array() of object
the second element of the array is also an array() of object
i want to say something like dim a() as object
a= getstuff ' which populates it - this works
dim b() as object
b=a(1) 'this is the problem line
how do I cast this?
b=directcast(a(1),array)
does not work
cheers
Guy