Thanks all.. Henning's sugestion to put a $ at the end solved it.
Mike
>
> > have you tried putting a "\b" at the end to set the boundary?
> >
> > host("192.168.10.2\b")
> >
>
> Just use
>
> host("192.168.10.1$") or host("192.168.10.2$")
>
> - Henning