All Forums >> [Scripting] >> ASP >> Creating an Array of Objects Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
I have created a class called StepIcon, and an instance of this class called stepIcon1. I want to create a bunch of objects of type StepIcon and put them in an array. Easy, right? Well I thought it would be but it's not working. The class itself is working, here is my code:
How do I create an array where the elements of the array are objects of a class I've made? Thanks for your help!!!