Re: Decision Tables



"Leslie Sanford" <jabberdabber@xxxxxxxxxxxxxxxxx> writes:

"Bartc" wrote:

Function Match(A, B)=
For i:=1 to A.Fields do
if B.[i]<>"*" and A.[i]<>B.[i] then return 0 fi
end
return 1
End

Yeah, this pretty much does what I need. Man, and I wrote all of that code!
:-)

Ah! And I thought you needed a more general solution!

--
Ben.
.