SyntaxFix
Write A Post
Hire A Developer
Questions
You can use the string.replace method
string.replace("character to be removed", "character to be replaced with")
Dim strName As String strName.Replace("[", "")