Showing posts with label find. Show all posts
Showing posts with label find. Show all posts

Tuesday, 16 April 2019

Check names for duplicates

point wrangle snippet from Mike

int find = findattribval(0,"point","name",s@name);
int count = findattribvalcount(0,"point","name",s@name);
i@find = find;
i@count = count;