【SKILL】电路跳转
text_path = hiGetClipboard()
rexCompile("/")
text_path = rexReplace(text_path "." 0)
schHiReturnToTop(geCurrentWindow())
path_list = parseString(text_path ".")
for(n 1 length(path_list) - 2
cell = nth(n path_list)
insname = substring(cell 2)
schHiSelectByProperty("select" "name" "==" insname)
schHiDescendRead()
);end for
insname_end = substring(nth((length(path_list) - 1) path_list) 2)
schHiSelectByProperty("select" "name" "==" insname_end)
);end let
);end pro

浙公网安备 33010602011771号