I would like to replace all \ with / in my edit, but it only works for the first occurrence with the following code:
Edit1.text := '"'+ StringReplace(Edit1.text, '\', '/', []) + '"';
How do I replace all of them?
Enjoying,...
asked by
18.03.2016 / 20:15