1
Good afternoon,
I’m trying to add bulk items to a Listview.
I need to put the text of a memo separated by semicolons(;) as items and subheadings in this listview.
Example:
Text typed in Memo:
João da Silva;Curitiba - PR
Maria Oliveira; São Paulo - SP
Roberto Silva
Pedro Miranda; Porto Alegre - RS
In the first column of Listview will be the names.
In the 2nd column the cities (sometimes the city will not be mentioned).
How could I do that?
It seems simple, but when searching the internet I found only very complicated examples.
Thanks in advance.
It worked 100%. Thank you very much.
– lukkicode