What do you mean by "the problem is the labels"? Not sure if you're having trouble declaring an array of objects? If so, it would something like
Although there are a couple ways to declare and initialize an array.Code:object[] objects = new object[42];




Reply With Quote