Author Topic: duplicate tags in proc_search  (Read 3623 times)

JimL

  • Junior Community Member
  • Posts: 3
  • Hero Points: 0
duplicate tags in proc_search
« on: August 14, 2012, 06:15:06 PM »
this is my first stab at a lang_proc_search.   The language doesn't have declarations per se so I'd like to tag the first occurrence but not subsequent occurrences.

I thought I could use tag_find_equal to determine if my entry had been previously tagged but I always get back BT_RECORD_NOT_FOUND.

Any ideas?   Or better yet, any existing proc_search that may accomplish a similar purpose?    Thanks.