PDA

Click to See Complete Forum and Search --> : Control Arrays


sivad77
Nov 11th, 1999, 02:41 AM
I want to create a very large control array of "LEDs" using circle shapes to display my data in as a comparison of values rather than absolute values. The only way I know to create a control array, however, is to create my circle shape, and then copy and paste each individual control. This is going to be very cumbersome. Is there any way to create such an array in one fell swoop? ie. create an array of x*y circles with a height of z? I also want to be able to control the size of all the circles easily so I don't have to change them all individually. Any suggestions?

MartinLiss
Nov 11th, 1999, 03:40 AM
Look up the Load command. It will allow you to create as many members of a control array in a program loop.

------------------
Marty