2007-11-09 18:27:05 UTC
If I have a two dimmensional character array string: songdata[x][y]. and it contains the characters "the great escape". How do I manipulate it to make it look like:
"the great escape"
I just want to remove spaces where there are multiple spaces, but not remove all of the spaces.