Increment step list

Hi,
without using python script
how can I do in Gh:

start: 10
list: (2, 3)
out: 10, 12, 15, 17, 20, 22, 25, 27, 30 etc etc

is possible ?

here is one way

cheers
rajeev

2 Likes

wauu rajeev thanks, very engineered :slight_smile:

but if the list changes?

list: (3, 4, 5) or (3, 4, 4, 5)?

check this one

cheers
rajeev

2 Likes

Perfect rajeev :+1:

Thank you very much