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
Checking for @ symbol in email address field on access form
How to make IN operator to accept CSV which are varchar in SQL Server 2008
vSphere - Hard Disk Size will not go above 256G
Exchange 2010 refusing SMTP port 25 connections
compareTo() - JavaScript example needed
how do I let users access OWA by exchange.domain.com vs. exchange.domain.com/exchan
ge
Nested forms asp.net IE8
How do you access a ssh-secured SMB share from a Windows 7 client?
What does it mean if I am receiving output errors on all of my Cisco Aironet 1130AG?
Convert image to 8bit transparent png in dot net