Hi.
I think I might be very tired, somehow I can't figure out how to remove an interval of items from a list. I have a list of 13 values, i want to remove for example items from 4 to 7. I wanted to use the cull pattern, so I wanted to make the pattern using a function component. x=y. x= the original list and y= the interval i wanted to remove. So the pattern should be:
0: false
1:false
2:false
3:false
4:true
5:true
6:true
7:true
8:false
9:false
10:false
etc...
Tags: