over 4 years ago by michael honyak
at 3:22 when I used shift list, my new panel did not show three lines but 4. the fourth line was now 0,0,0. How can i fix this?
Arie Willem de Jongh over 4 years ago
Hi Michael,
You have to set the W-input (Wrap) to False. This prevents the last item from jumping to the front again:
0,1,2,3 --> 3,0,1,2 (if the W input is set to True)
0,1,2,3 --> 0,1,2 (if the W inut is set to False)
Best,
Arie