bangoo
you probably have a problem with quotes... I just tried what you said you did and it worked fine for me...
you might want to think about using different array values to hold just one piece of information:
array at (0,0) = name
array at (0,1) = wins
array at (0,2) = points
then to add more people to the array, just change the first index to 1, 2, 3, 4...