G
Guest
Hello all.
Is there something similar to this in NET?
CString s( "abcdef");
s.SetAt(1, 'a');
I am looking for a method in the String class but I do not see anything.
Thanks in anticipation.
Is there something similar to this in NET?
CString s( "abcdef");
s.SetAt(1, 'a');
I am looking for a method in the String class but I do not see anything.
Thanks in anticipation.