|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 4/1/2007 4:52:40 PM
Posts: 1,
Visits: 3
|
|
Hello,
It must be that I can't use e-prime, but I don't understand what is happening with my script.
Is anyone who knows what is that kind of error and what I should do?
It says:
"This key is already associated with an element of this collection
line 1666
error number 10033"
Thank you very much for your help,
Clementine
|
|
|
|
|
Forum MVP
      
Group: Administrators
Last Login: Yesterday @ 9:26:59 AM
Posts: 576,
Visits: 1,254
|
|
| The error is in regards to a collection having the same string key. For example, collection.Add(object, "MyObject") collection.Add(object, "MyObject") Although this "should not" happen under any normal circumstance within an E-Studio generated item, having some more info to the code that is just above and just below the offending line number will be helpful. 1) If you are doing your own scripting, ensure you are not adding any objects with the same name 2) Ensure that all of the Slide sub objects have a unique name
|
|
|
|