dehahs
@dehahs
New Member
Joined: Feb 15, 2024
Follow
Reply
RE: grouping similar/duplicate named objects
hey. nvm i figured it out, pretty simple solution in hindsight: x = $* select x[1] i=1 j=i+1 while x[i].name == x[j].name do ( selectmore x[j] j+=1…
16 years ago
Forum
Reply
RE: grouping similar/duplicate named objects
i looked at the getMaxFileObjectNames andmatchPattern funcitons and managed to acquire arrays of duplicate named objects. but i don’t know how to sele…
16 years ago
Forum
Topic