Quote Originally Posted by Shaggy Hiker View Post
Substring. Seriously, it replaced Right, Left, and Mid. I'm not quite sure what you are seeing that you can't replicate with it.
You can't do that with SubString() though:
Code:
SomeString.Substring(1, 4) = "zykx"
That doesn't compile: "Expression is a value and therefore cannot be the target of an assignment."