Create a form
Add a control
Copy the control so you have 3+ controls in an control array
Select all
Copy
Create new form
Paste the control (control array)
The controls are all pasted with an index of 0
Paste again
You are asked if you want to create a control array
If you answer yes all controls are created with an index of 1
Resolution
When pasting a control array, the controls should automatically be pasted with the correct index that the controls were copied with.
OR
Start with index 0 (if the name already exists, it should start with the next available index)
as on second control if you want to create a control array.
Thanks Brian - I will log your report into my Mantis Bug Tracker and work on a fix for the next FF update.