Originally Posted By: genius_at_work
If you want to find an entry that contains ONLY the text within %entry, you can do a wildcard search without wildcards.

If the hash table were like this:

item1: 1.2.3.40
item2: 1.2.3.4
item3: 11.2.3.4

and %entry = 1.2.3.4

Then: $hfind(table,%entry,%c,w) would be used to match ONLY item2.

-genius_at_work


I tried:

var %entry2 = $hfind(iptracker,%entry,%c,w).data

but that didn't work either. It's not giving %entry2 the item name of the match.

Im not sure if it matters, but there are multiple IP's per item.