Speeding up array function

 From:  Michael Gibson
12011.2 In reply to 12011.1 
Hi Matadem,

re:
> This will take the time to undo and redo.

It will take away that time, but add in some new time because an extra step will then be required.

Currently to do a 10x10 array you can do this:

Step1: Select objects
Step2: Run ArrayGrid
Step3: At "Choose number of copies" prompt push Done.
Step4: Enter width
Step5: Enter height
Finished after 5 steps

The way you are describing would be like this:
Step1: Select objects
Step2: Run ArrayGrid
Step3: At "Choose number of copies" prompt push Done.
Step4: Enter width
Step5: Enter height
Step6: Wait for edits of width and height. Push Done to finish even if no edits needed.
Finished after 6 steps

That's an additional step needed compared to the current method.

- Michael