When files are simply left-click dragged from one tab to another, I have no problem iterating the list via data.sourcetab.selected_files(i).
But if I select files and then right-click-drag them, I cannot use data.sourcetab.selected_files(i) (data.sourcetab.stats.selfiles is 0, no matter how many files I dragged.)