Hi All, How do get the length of dimensions of a multi dimensional array that are not the first dimension? In other words I want to get the second dimension length of "int [][] test=new int[200][100];" which in this case is 100. Thanks, Bill