x = GetSendToItems if ubound(x) > 0 Then plpos = playlist.count + 1 for each track in x track.enqueue next playlist.position = plpos play End If quit