i dont know if this is really the cause of your problem, but for determining length of arrays, you use .length property .. not .length() method.
If that was just typo error, can you elaborate why from the given example you 'know' you have two rows and columns? How are the data related to each other? --- "Bruce H. Johnson" <[EMAIL PROTECTED]> wrote: > I've got a statically-populated array Points. > > ["Bill", 10, 17], > ["Joe", 5, 6] > > So, I "know" I've got two rows and two columns. > > Points.length() gives 0. How do I coherce it into > returning the number > of rows (might be unknown since I'll be building new > arrays from it) as > well as the number of rows? > > ____________________________________________________________________________________ Bored stiff? Loosen up... Download and play hundreds of games for free on Yahoo! Games. http://games.yahoo.com/games/front

