i wanted to create a two dimensional dynamic array in vs.net . but it gives errors,
this is the syntax i tried;
Dim arrDen(,) As Integer(numOfEm p, nDen)
i hope your suggestions to create two dimensional dynamic array in vs.net.
thanks