RemovePlaylistPosition
Syntax
RemovePlaylistPosition(position)
Description
Removes the specified track from the playlist.
Parameters and Remarks
position the file to remove from the playlist. This is a zero indexed integer, and it must be less than GetPlaylistLength.
Examples
JScript
// remove the first track from the playlist winamp.RemovePlaylistPosition(0);