I want a variable to be expressed in the caption of a label. Is this sort of right?
Code:
Private Sub Label1_Load()
Dim nom As String
    .Caption = "Who do you want to play as" & nom
End Sub
I'm a bit shady using variables and text together.

Cheers