GetPlaylistPosition
Syntax
GetPlaylistPosition()
Description
Returns the current index of the playlist.
Parameters and Remarks
NOTE: The first track in the playlist is position zero
Examples
JScript
var position = winamp.GetPlaylistPosition();
if (position == 0)
{
// we are at the very beginning of the playlist
}