edit a string
-
the string contains some value eg. a,b,c,d,e I want to replace 'a' to 'f'. can we do it and if yes please guide me as how to doit? thanx Taher
-
the string contains some value eg. a,b,c,d,e I want to replace 'a' to 'f'. can we do it and if yes please guide me as how to doit? thanx Taher
-
the string contains some value eg. a,b,c,d,e I want to replace 'a' to 'f'. can we do it and if yes please guide me as how to doit? thanx Taher
You can't actually change a string. The Replace method returns a *new* string with the values changed.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )