How to replace the "!" on edit?
This is how it works:
s := StringToItems(s, '!'); I do this:
s := StringToItems(s, edit1.text); And I get the error:
Incompatible types: 'Char' and 'TCaption'
I understand this because the string consists of characters ....