Hi all,
I have an array such this simple example
I need to find columns position for min and max values, no need to get the values itself.
I my example, max should always be at j[1] and min at j[2]: if not, print an error message such as: "Warning!Error at line 2".
Thanks for any help
Susie