查找重名的脚本


op =#()
oop =#() ---有重名的数组

for i in 1 to selection .count do
(
 if ( findItem op  selection[i].name)==0 then
 (
  append  op  selection[i].name
 )else
 (
  append  oop  selection[i]
 )
 
)
---下来直接对数组操作
select oop  or  delete oop

posted on 2011-09-14 17:22  盖天00  阅读(128)  评论(0编辑  收藏  举报

导航