i have a little problem with writing outputs from strings
the output is a listbox, and the strings are Artist and Title (its an MP3 player we are making)
the problem is that the only artistnames are written in the output. the title is never written
this is the code:
everything after txtArtist wont appear in the list box, including "-" doesnt show up
the output is a listbox, and the strings are Artist and Title (its an MP3 player we are making)
the problem is that the only artistnames are written in the output. the title is never written
this is the code:
lstPlaylist.Items.Add(i & ". " & txtArtist & " - " txtTitle)
everything after txtArtist wont appear in the list box, including "-" doesnt show up