Hi,
here I can extract one element at a time:
But if I want to extract three consecutive elements into a list, for example the 3rd, 4th and 5th:
how do I do it?
(Generalizing: extract a list of 3 consecutive elements in position i-1, i, i+1)
list.pd
Thank you,
a.