M
Maury Markowitz
Can someone explain the difference between the Array(...) syntax and the
thing() as string syntax?
I wrote a bunch of subs using the thing() as String API, but it turns out
that the underlying COM object requires Array's. I thought these were the
same thing, but no I see they are not, and I have to re-write them all
(darn). But I'd like to be sure I understand them first!
Also, if I have a Dim MyArray(10) As Integer and want to turn that into an
Array, is there an easy way to do this? If so, I could convert in a single
sub and save re-writing a lot of code "here and there".
Maury
thing() as string syntax?
I wrote a bunch of subs using the thing() as String API, but it turns out
that the underlying COM object requires Array's. I thought these were the
same thing, but no I see they are not, and I have to re-write them all
(darn). But I'd like to be sure I understand them first!
Also, if I have a Dim MyArray(10) As Integer and want to turn that into an
Array, is there an easy way to do this? If so, I could convert in a single
sub and save re-writing a lot of code "here and there".
Maury