I have a string variable that I would like to add 2 characters to the left side of the string. For example...

strServerName = myserver and I would like to change it to \\myserver.

What would be the best way to do this?
Thanks!