I have a list of international phone numbers and the formatting is different with each. The only thing I need to do is add white space after the second character - For example
if the phone number is +916xxxxxxx - I need to insert a space so it reads +91 6xxxxxxx. Some numbers in my table are formatted in this fashion while others are not. Even though we are working with phone numbers the data type is V_WString.
I'm running into a mental roadblock with something that should be simple.
Thank you