Anyone else having problems with changing value in tables
I have a table that I am tryin to change a value in. I can change the value with the new behavior for a particular row, but when I change scenes and move to the next row, the value is the same as the first row.
For instance I have a table full of booleans and each row is for a particular scene. If I change scene 1 to be true I get a special colored box to appear and I progress to scene 2, and then i pull the data from the next row. It appears that the next row has also been changed to true.
Is any one else Having this issue?
I have stepped though my code and it was working properly independently using attributed before I added the change table value.
For instance I have a table full of booleans and each row is for a particular scene. If I change scene 1 to be true I get a special colored box to appear and I progress to scene 2, and then i pull the data from the next row. It appears that the next row has also been changed to true.
Is any one else Having this issue?
I have stepped though my code and it was working properly independently using attributed before I added the change table value.
Best Answer
-
EatingMyHat Posts: 1,246
Can you submit a code sample? This way others can help you check it,
If you feel you validated it as an issue, you might want to open a bug on it.
Answers
does it change when row 1 changes?
If they are different that global variable has changed. I going work on it again this morning..