Basic Array question

Hey there,

I’ve built an array of 20 objects:


target_mc  = ["b1", "b2",  "b3", "b4", "b5",  "b6", "b7", "b8", "b9", "b10", "b11", "b12","b13","b14","b15","b16","b17","b18", "b19", "b20"];

But rather than type out every single item in the array(especially if there are hundreds), how do I set up the array an easier way?

:wink: