Hi! I'm creating a ladder system for some games and I've encountered a problem regarding the clan base system. You see, every player who joins are parsed and put into a players table. Like this:
chelsea | gordon
chelsea | jim
chelsea | brad
OR...
CLANTAG|> jenna
CLANTAG|> jackson
CLANTAG|> irene
So, what I want: I wanna grab the CLANTAG, which is at the same place and identical in every players name, which are on that team. But, the separator could be anything from whitespace to nothing (clan player1, clan player2 OR clanplayer1, clanplayer2).
Any ideas on how to do this?
Thanks in advance.