Hi, I would like to generate a series of numbers with a predefined minimum and maximum value and a specific pattern:
Series from 0 to 12 with following unequal steps:
0 X Size A
One Step from A X Size B
One Step from B X Size C
OneStep from C XSize D
12
=
0 3
4 7
8 10
11
12
It is important that I can insert for all Different X-Values different Numbers and the amount of X values should be changeable. Unfortunately, I am not able to solve that in GH