Microsoft
Software
Hardware
Network
Question : String Replace is not working properly because of my string.
Hello Experts.
I am using the string replace methoud to extract the current number out of a string like:
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, ...
and when I replace "1," with "", I get:
2, 3, 4, 5, 6, 7, 8, 9, 10, 112, 13, 14, 15, 16, 17, 18, 19, 20,
It removes the first "1," correctly but it also removes the second "1," from the number "11," as it also has a comma next to it.
Any ideas on how to clarify which string to replace.
This is quite troubling as the program is doing what I need but not exactly.
Thanks.
Answer : String Replace is not working properly because of my string.
If you are using standard search and replace... it could be tricky - you may need a macro for that, along the same idea (add "something" to make sure each element is wrapped in 2 commas, replace with 1 comma, remove "something").
Random Solutions
ACT 2009! registration error, windows 7 (exception error popup)
riddle vb.net calling unmanaged c++ dll
QOS And routing behind a bridged device on Cisco 2800 series router
cant pass list
Operator '=' is not defined for type 'DBNull' and type 'Integer' - how to fix
Cisco ASA CSC setup
What are some good guides on designing and building video games
How to re-write code using strings to Delphi 2010
Worldspan - calling worldspan web service
Popup details on mouse hover using Jquery