Page 1 of 1

Strange behaviour when using a string list

Posted: Mon Feb 10, 2020 3:02 pm
by Elderfield.A
Hi,

I've come across some odd behaviour in one of my programs. I have a string program variable which contains a list of names. This is then passed to a for loop which copies each variable from one workfile to another. When I add a new variable to the end of the list, it gets ignored. However, if I add a new variable to middle (or anywhere but the end) of the list, it gets copied.

Any thoughts on what causes this?

Thanks

Adam

Re: Strange behaviour when using a string list

Posted: Mon Feb 10, 2020 3:04 pm
by EViews Gareth
We'd need to see it.

Re: Strange behaviour when using a string list

Posted: Mon Feb 10, 2020 3:18 pm
by Elderfield.A
Unfortunately, I can't provide you with it. I'll see if I can create the error in a reproducible example.