Hello,
I need to split a username string into a specific format. For example if the name is "john.doe", I then have to display "J. Doe" in TextBox136. Note, the period and the space following the first initial as well as the capitalized initials.
I have a working function which finds the username of the person logged in called UserName. All account names that I'm dealing with are in the format "firstname.lastname" and the variable "UserName" is assigned the value of the account name. In the example above, my UserName variable will automatically be assigned the value of "john.doe".
Please help, and Thanks!
Bookmarks