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 ?
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 ?
wauu rajeev thanks, very engineered
but if the list changes?
list: (3, 4, 5) or (3, 4, 4, 5)?
Perfect rajeev
Thank you very much