I have a 2D matrix of test parameters that I'd like to step through,
hitting all possible combinations.  I'd like the system to be dynamic
so that I can input a matrix of any size.

The obvious solution is to use nested for loops, but I don't think
that will allow me to handle dynamic matrix sizing.  Any help would be
appreciated! Thanks!

Neville

Reply via email to