In code blocks How to extract list to be like this 0-1,1-2,2-3,3-4…?
Form 0…10…1
List:
0
1
1
2
2
3
3
4
Like this maybe?

Hope that helps,
Mark
Thank you @Mark.Ackerley. It is what I need.
In code blocks How to extract list to be like this 0-1,1-2,2-3,3-4…?
Form 0…10…1
List:
0
1
1
2
2
3
3
4
Like this maybe?

Hope that helps,
Mark
Thank you @Mark.Ackerley. It is what I need.