SetPlaylistPosition
Syntax
SetPlaylistPosition(position)
Description
Changes the current track to the position in the playlist.
Parameters and Remarks
position the new position in the playlist. This is a zero indexed integer, and it must be less than GetPlaylistLength.
Examples
JScript
// start from the beginning of the playlist winamp.SetPlaylistPosition(0);