I’m sorry if the title simple overloading error? isn’t the right title. I’m not sure of the method that I’ve tried below…
Anyway, I want my text field to display text that I am setting here which is “Player :” then I want to call upon my variable ‘string player1’ and input this into the text field aswell as the text I have just set?
lblPDisp.Text = ("Player: {0}", Player1);
but it just comes up with red lines
You’re close: