Thank you for the enlightening welcome!
However, I don't understand the part in the code :
playlist.Add("A")
Through
playlist.Add("Z")
Are these the names of the songs? Or are these the initials of the songs?
It´s just an example of Songnames to show the principle of the Routines.
Using Fleedwood Mac as Group it could be
playlist.Add("Gypsy")
playlist.Add("Dreams")
playlist.Add("Insane")
playlist.Add("Peacemaker")
playlist.Add("Gold dust woman")
or using The BEatles
playlist.Add("Help")
playlist.Add("It´s a hard days night")
playlist.Add("Yesterday")
playlist.Add("Yellow Submarine")