...to function? Hi everyone:
I would be very grateful for some advice on a problem I'm having with 2-D array subscripting.
The problem is that some of my arrays are subscripted as array(i, j) (these were created in a class) and some are dynamic arrays subscripted as array[i][j]. I cannot...