Monsterman22
Member
Hello
For n = 0 to 50
AddObject("Rect" & n,"Rectangle")
.......How do I Initialize them with New method?
Next
For n = 0 to 50
AddObject("Rect" & n,"Rectangle")
.......How do I Initialize them with New method?
Next