Setting the default number of array copies

 From:  Michael Gibson
10302.2 In reply to 10302.1 
Hi Metin, the default value for ArrayDir can be set by editing the ArrayDir.htm file inside the commands sub-folder in the install.

It's on line #45:

code:
					<td><moi:UnsignedIntegerInput id="NumItems" default="5"/></td>


Set the default="5" to instead be default="3" and it should then behave like you're asking.

- Michael