21.11.2010, 08:51
hi
if player has a name in format Firstname_Lastname, how to extract only "Firstname" into another string? (without "_Lastname")
I want to make something like this: "Welcome back, Firstname", or "Welcome back, Firstname Lastname" (without "_").
how to do this? (if length of "Firstname" and "Lastname" and all player name is unknown)
if player has a name in format Firstname_Lastname, how to extract only "Firstname" into another string? (without "_Lastname")
I want to make something like this: "Welcome back, Firstname", or "Welcome back, Firstname Lastname" (without "_").
how to do this? (if length of "Firstname" and "Lastname" and all player name is unknown)