1
I have the following code:
Nomes: array[1..10] of string=('Tadeu','Joao','Maria','Ana','Juca','leticia');
StringReplace(Edit1.Text, Nomes, 'Bloqueado', [rfReplaceAll]);
I need to make Stringreplace look for any name that is inside the array and replace it. Where I am missing ?
OK thanks @Tiagosilva for the tip.
– user7605