Hello all,
I create an array with combination of 4 numbers from 99 i.e. 99C4
e.g. the array $myArray contain: 1--2--3--4, 1--2--3--5... 96--97--98--99
(yes, I join 4 numbers by '--' to become a 'string and put into an array)
Then I have a data file with various combinations e...