Hi to all,
I have a list: (a a a b b a b c) or (0 0 0 1 1 0 1 2), and I need a patch (or loop) that would group successively repeated elements like ((a a a)(b b)(a)(b)©) or ((0 0 0)(1 1)(0)(1)(2)).
The other way would be to count the elements that are repeated in succession (3 2 1 1 1), but both methodologies overcomes my (graphical) programing skills. Please, can anybody help me out here?
Many regards!
Aliser