Hey All,
I develop a map that is heavily dependent on the users's name for it's Rank Codes (load codes). So with the 1.32 update, all users have their BattleTags added...I want to just peel those off so that people can still use their load codes.
CoolPlayer#1234 I need to convert to just CoolPlayer
In Excel, I would do the following. Any thoughts on the easiest way to do this in JASS?
=MID(playerName,1,FIND("#",playerName)-1)
I develop a map that is heavily dependent on the users's name for it's Rank Codes (load codes). So with the 1.32 update, all users have their BattleTags added...I want to just peel those off so that people can still use their load codes.
CoolPlayer#1234 I need to convert to just CoolPlayer
In Excel, I would do the following. Any thoughts on the easiest way to do this in JASS?
=MID(playerName,1,FIND("#",playerName)-1)