'Will insert the selected Send To items after the current playlist item'A "Punch In" effect.
x = GetSendToItems
ifubound(x) > 0Then
plpos = playlist.positionfor each track in x
track.insert plpos
plpos = plpos + 1nextEndIf
quit
examples/sendto/insert_after_current.txt · Last modified: 2006/11/06 15:45