How to mix lines?
-
example:
a b c e f g
result:
f a b g c e
I searched google and didn’t found what I want.
-
-
@Alan-Kilborn
thanks!, I use line operations so much my first time seeing it
example:
a
b
c
e
f
g
result:
f
a
b
g
c
e
I searched google and didn’t found what I want.
@Alan-Kilborn
thanks!, I use line operations so much my first time seeing it