SyntaxFix
Write A Post
Hire A Developer
Questions
Strings are immutable, so you need to say
sInputString = sInputString("\"","");
not just the right side of the =
=