C CrapH New Member Apr 28, 2012 #1 I wrote this small test in C#:<BR><BR>String test = "test";<BR>test.Replace("e","+");<BR><BR>guess what...<BR>it returns "test" and not "t+st"<BR>Am I just getting stressed? or does anyone else have the samesorry
I wrote this small test in C#:<BR><BR>String test = "test";<BR>test.Replace("e","+");<BR><BR>guess what...<BR>it returns "test" and not "t+st"<BR>Am I just getting stressed? or does anyone else have the samesorry