Hi!
I just playing around with _ArrayMin for my next project, but seems like it's not working. I think the code is OK, but I always get the value of $aArray[2][1], not col 2's lowest value (see attached image)
_ArrayMinX() is an extension (I wrote) of the _ArrayMin() function.
Just beforehand: I'm using now AutoIT intemsively for just one week - So please have mercy when something is wrong or not done in the right way.
Why _ArrayMinX?:
When I used the _ArrayMin() function I did not receive the mi...