G
Guest
What is wrong with the following:
dim a as string = "This is a new String"
a.Replace("new", "old")
When this code is executed, a remains as per the original, i.e., "This is a
new String"
dim a as string = "This is a new String"
a.Replace("new", "old")
When this code is executed, a remains as per the original, i.e., "This is a
new String"