Hi Guys,
I have a strange anomaly happening with the string replace functionality, that has had me toiling for an hour or so until I used the older assignment.
I had a string JBlah and was wanting to replace the Blah with "". I used myString.replace("Blah",""), which did absolutely nothing, however when I used the older myString = Replace("Blah","") we had success.
Can anyone advise why one would work over the other?
I have a strange anomaly happening with the string replace functionality, that has had me toiling for an hour or so until I used the older assignment.
I had a string JBlah and was wanting to replace the Blah with "". I used myString.replace("Blah",""), which did absolutely nothing, however when I used the older myString = Replace("Blah","") we had success.
Can anyone advise why one would work over the other?