Hello,
Problem:
I'm trying to make a code that can take an 5 number from a matrix or number list, for example I got the following numbers
1|2|3|4|5 1|2|3|4|5 1|2|3|4|5 => 1|2|3|4|5 What I'm looking whit this is to get a number from first
1|2|3|4|6 1|2|3|4|6 => 1|2|3|4|6 column and move to the next column and...