I have an array of 2X10 size. In the first column, the elements are 10 and in the second column the elements are only 6. If I use array size and index the size of second column, the value given out is 10 which is supposed to be 6. I noticed that it is creating blank or null values in the column for the remaining four. How do I eliminate the blank values and only get the actual sze of the column?
↧