Second playlist instead of currentPlaylist

Hi all,

I’m wondering: how do we load a playlist into the second playlist, instead of CurrentPlaylist?
For CurrentPlaylist we use: CurrentPlaylist.LoadFromFile(‘playlist.mlp’), but what about a second playlist?

Riccardo

Use Playlist(index). Playlist(0) is the first, Playlist(1) the second and so on.

Thanks! I figured something like that, but forgot 0 counts as 1 and 1 as 2 ;).

Internally, everything is - properly :wink: - zero-based.