I have column with initials in it, for example TS, and Iād like to have dots added to the initials (the previous example would turn out T.S.). Does anyone have any thoughts on how best/easiest to achieve this? Thanks in advance.
Throw it into a loop, driven by length of the string and using an int variable that you raise each loop to substring through the text and you ready to handle anything that comes through.