How do I use VBScript to strip the first four characters of a string?
Ss that the first four characters are no longer part of the string.
You can use
MyString = Mid(First_String, 5)