I have the following component Memo
with the texts:
200:80
177:3306
I need to put this text inside an array , for example, if based on the first line, the text 200 (would be array[1]
) and the 80 (would be array[2]
). Remember that I need to use the :
(colon) as a delimiter, and then scroll through it and show in a ShowMessage
.
I can not do this at all.