[thelist] VBScript Arrays

Ken Kogler ken at kenkogler.com
Wed Apr 17 15:46:12 CDT 2002


> i've never used that notation with vbscript arrays. is that
> valid? afaik, vbscript two-dim arrays would be accessed thus:
>
> myArray(1,2)

It does work... It's a leftover from my C++ days a few years back, I
guess. I've never used the "array(1,2)" notation before, but I'll take
your word for it that it works... 6 of one, half a dozen of the other, I
suppose.

There's some VBScript code on <http://www.aspfaqs.com> that uses the
(0)(0) notation.

-Ken




More information about the thelist mailing list