F
Firkins
I'm looking for some code to create copies of a shape.
I'm wanting to select a shape and then run some code that will ask me "How
high?", and "How many rows?". Using that information the code will duplicate
the shape the required height and rows. I need the duplicated shapes to be
stacked on top of each other and the rows a small distance apart (.5 inches).
Example. height of 3, rows of 4 would create.
x x x x
x x x x
x x x x
I'm wanting to select a shape and then run some code that will ask me "How
high?", and "How many rows?". Using that information the code will duplicate
the shape the required height and rows. I need the duplicated shapes to be
stacked on top of each other and the rows a small distance apart (.5 inches).
Example. height of 3, rows of 4 would create.
x x x x
x x x x
x x x x