Bug? Using comma with replace

tufanv

Expert
Licensed User
Longtime User
Hello,

When i use this code to change commas to nothing :

B4X:
NewText=NewText.Replace(",","")

when i put the first comma between quotas the ide things that i am in the second part , so the tip changes to bold for the second part but in fact i did not yet close the first quote. is it a bug ?

to reproduce just start typing the above code ( not copy paste ) as soon as you hit the comma before closing the quote it goes to second part) the code works without problem but ide tip has a bug i think.

TY
 
Top