Hi guys,
I’m struggling a bit with something I’m assured it is a small case, but apparently not for me!
I have a list of elements that I want to set a parameter to based on how many items there is on the list.
[40 elements means a range of numbers 1-41]
In the list, there are also elements that I need two numbers, for instance, “23/24”.
(NK - Type 1 elements in the picture). Further, I need the next index to start on the number 25 and so on.
I manage to do this when its only one element that needs two numbers, but on some occasions there are maybe 20-30 elements that need two numbers. And it is here I’m struggling…
Any suggestion is very much appreciated! 

