posted 15 years ago
I think you may be using an incorrect syntax? What exactly is it you're trying to do here? Get an Array of teams with their wins, etc?
I would use an ArrayList or LinkedList of "Team"s, set the team's information first, and then add the team to the ArrayList. This way if you want to ever add information to the team and, consequently, the array it doesn't cause trouble later....
Someone with more experience might be able to better help you.
Janeice
When you do things right, people won't be sure you've done anything at all.