Re: Decision Tables
- From: "Leslie Sanford" <jabberdabber@xxxxxxxxxxxxxxxxx>
- Date: Tue, 29 Jan 2008 23:25:29 -0600
"Ben Bacarisse" <ben.usenet@xxxxxxxxx> wrote in message
news:87wsps82s9.fsf@xxxxxxxxxxxx
"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!
I probably didn't do a good job describing exactly what I needed, but the
above solution looks like it fits the bill. Having said that, your previous
post using stacks intrigued me, and I'll spend some time studying it. Thanks
for your solution.
.
- References:
- Decision Tables
- From: Leslie Sanford
- Re: Decision Tables
- From: Ben Bacarisse
- Re: Decision Tables
- From: kwikius
- Re: Decision Tables
- From: Bartc
- Re: Decision Tables
- From: Ben Bacarisse
- Re: Decision Tables
- From: Bartc
- Re: Decision Tables
- From: Leslie Sanford
- Re: Decision Tables
- From: Ben Bacarisse
- Decision Tables
- Prev by Date: LIVE PROJECTS FOR FINAL YEAR STUDENTS FOR B.E(CSE/ISE/ECE)/M.Tech/BCA/MCA/M.SC/B.SC
- Next by Date: Re: Between C and Java - which is easier for writing networking software
- Previous by thread: Re: Decision Tables
- Next by thread: Re: Decision Tables
- Index(es):
Relevant Pages
|