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
Case statement based on query
Can print but not scan on Brother MFC-7840W on a Mac / "Connection Error"
NAT ROUTE on ASA from OUTSIDE MAIL SERVER on DIFFERENT IP SPACE
DAG & CAS array configured but it's not failover
A Perl Date module problem
Symantec BackupExec 2010 VMware ESX 3.5 x64 guests fails with 'An attempt to take a snapshot of a virtual machine failed because it was unable to quiesce an application'
please help with this xml as2 code
Unable to Save files in my C drive
usb printer stopped working and cannot re-install
How to get past login page strRequestHTML Post