Cull index input

hello
what is different these two?
One is that wrap is true.
the other is that wrap is false.

Hello,
If Wrap is set to True, negative values can be used.

1 Like

If you have indices that are not in the list(in this case that is over 4, which means 5,6~), “Wrap Index” means index5 = index0, index6 = index1, and so on…

If you set the Wrap Index input to “False” and you provide indices something like 2,3,4,5(5 is not in your list), then you’ll get a warning with orange component color.

1 Like

Hi
Whether to delete when index is greater than list length.

1 Like