I have a panel with 50 identical lines of numeric, text rings etc.
They serve as test conditions for a sequentiel test.
The problem is that when a user enters his test sequences (any number of lines <50), and forget to enter a line, he has no way of editing. He has to retype or re-enter the controls starting at the forgotten line.
I tried to built a 'for loop' to move or shift values from a line #, without success. Let's say he entered 40 lines, but forgot a line at entry #10, I would like to be able to copy data from control#40 to #41, #39 to #40 and so on until line #10.
I tried to use the property node to access the values, but couldn't find a way to increment it in the for loop.
Any suggestions?
Michel.