Delete Character from String In specific position
Hello, I am looking to create a script to remove a character from a string while ignoring the same character earlier in the string. For example, from a data table I have a special DateTime of YY/MM/DD/hh:mm and wish to remove the third / (ie character 9). Thank you for any help, Luke