[thelist] VBScript Arrays

Ken Kogler ken at kenkogler.com
Wed Apr 17 15:30:01 CDT 2002


> wow. that was a long sentence. but, don't you think?

Not on weekends... :-)

I had a bit of a problem storing the array in an application variable,
though. Currently I'm using myArray(0)(0)... If I use
"application("myArray") = myArray" then how do I access the info?
Application("myArray")(0)(0) doesn't seem to work, and neither does
"newVar = application("myArray")" followed by "newVar(0)(0)"... I'm out
of ideas. Does the array() function work into this?

-Ken




More information about the thelist mailing list