Hey All,
I'm getting stumped on a concept, and was wondering if this is possible. Can I have an array with the following dimensions?
ArrayGroups ( 1 to k)
ArraySubGroups (1 to j)
ArrayPointsinSubGroups (1 to 3)
where array SubGroups is comprised of mini arrays of ArrayPointsinSubGroups
and ArrayGroups is comprised of the SubGroup Array?
This might make it easier to understand:
ArrayGroups( 1k(ArSubGroups1(ArPointsinSubGroup1,ArPointsinSubGroup2,ArPointsinSubGroup3) _,ArSubGroups2(ArPointsinSubGroups1,ArPointsinSubGroup2,ArPointsinSubGroup3) _
,ArsubGroups3(ArPointsinSubGroups1,ArPointsinSubGroup2,ArPointsinSubGroup3)))
It's almost like a dream within a dream within a dream...I can't believe I get to use my "Inception" quote.
I basically have a lot of data to analyze and the hard part about it is that there can be a lot of different types of data. Sorry, due to my confidentiality agreement, I can't get any more specific.
Thanks,
Bob1980
Bookmarks