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
Imaging a RAID Setup to a Non-RAID Disk
nmconnect
Cannot access Windows 2008 DFS links from Windows 2003
creating user defined services on windows 7
Airport Code with reverse geo coding with google maps api
delete orphaned offline files
Outlook 2003 - remove mail on server after copied to OST
importing a date field from oracle into MSSQL
Configuring Exchange 2010 to receive emails for other domains
SQL in C# code .. Reading Output Parameters.