【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

posted @ 2025-12-11 16:23  Vincent_Wood  阅读(11)  评论(0)    收藏  举报