Hi guys:
Is there a way for me to use an operator/function, such as sizeof() or count(), that will give me the number of columns in a 2D array...
Whenever I use the sizeof/count functions on a 2D array, it only gives me the number of rows that are in the array. I basically want to get the number of array elements that exist in each row of the array...
Thanks,
Trevor...