Insert() Not Functioning as Hoped
I'm using Insert() as indicated in the Scripting Index,Insert(list, stuff, <optional index>);
I'm excluding the optional index in my case. To test my code, I created a dummy variable, temp, initiated it withtemp = {};
then every iteration of my for loop (where other things work and I'm sure it is basically structured correctly--though I realize that is a vague statement and possibly has some holes i...