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 with
temp = {};
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 in it) I add the result of an output variable to temp. Outside after the for loop I Write() temp. The result is an empty list, {}.
I don't know why Insert() isn't working, even in "test mode".
=(
Thank you all for being such an accommodating community. I realize I throw a lot of errors your way.
Mike