;;;; please ask before using this script in Windows 95, Windows 98, or Windows ME;;; #singleinstance force #noenv sendmode, input #ifwinactive, Edit Field Criteria $^v:: { sleep, 400 clipsaved := clipboardall StringSplit, clip, clipboard, `n,`r index1 := 0 index1 -= 3 loop { if (clip%a_index%||a_index < 5) { sleep, 50 clipboard := clip%a_index% send, ^v send, {tab} } else { sleep, 100 send {tab} break } } clipboard := clipsaved } return ;;;;;; script ends here ;;;;;;