I'm having an issue while trying to split some elements of my List Box...
So what I'm doing :
- I browse for a text file that contains many Youtube links and artist/title
- All lines from this textfile are added in a Listbox (1st box left on my picture)
- By clicking "Next" I want to get only the links without the artist and the titles (that are on the same lines)
Problem is I don't know how to do that... I already saw this link and this one but can't manage to change it for my project.
I know that a YouTube link is 43 characters.
So what I'm trying to do is :
pick each line of my listbox and take only the 43 first characters (the link)
display each link on each line of my 2nd listbox.
Sorry if there are grammar mistakes, englsih isn't my native language.