Delinkx,
I spoke too soon.
the statement our_players[i].playername = "text" // works fine
BUT
the statement our_players[i].playername = current_player // does not work even though current_player is defined as a string...
Some weird problem...