List of values

hi everyone, How can I insert new point values, thereby rewriting the list?

1.gh (12.4 KB) 1.3dm (56.2 KB)

Try to use Replace Members.


Replace Members_re.gh (18.8 KB)

1 Like

Replace Itemsalso works but, if you don’t want to get an error message, you should use item indices that are within the original point list index range.


Replace Items_reV1.gh (21.4 KB)

2 Likes

As always, thank you so much for your help!

Tiny detail… That has absolutely no influence on the result…

Your second series component (down left) is creating a list of indexes that is out of range for the list item component. Luckily list item is by default wraping lists, but you might want to avoid it :slight_smile:
So the start of that series component should produce the same with value 10 !