Forum Moderators: open

Message Too Old, No Replies

ASP Array Problem

         

IcoN512

6:02 pm on Jun 14, 2007 (gmt 0)

10+ Year Member



Here's my problem:

:: For i = 1 to WHATEVER
:: Getting(i) = GetChild(BLAHBLAH)
:: Next
::
:: Response.Write?

Getting is an Array. The "GetChild" function returns an Array. How should I call "Getting"? Does it become a multidimensional array? Help would be much appreciated.

Thanks in Advance!
Icon512

carguy84

2:56 am on Jun 15, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm 99% sure classic ASP does support embedded arrays, but it won't become a multidimensional array in any case. If it's ASP.NET then you can definitely do an array inside an array.