|
-
Aug 11th, 2005, 06:45 AM
#1
Thread Starter
Lively Member
I need a demorgan function
I need a demorgan function
I need a function which can convert this expression
F1 and (F2 or F3)
to
(F1 and F2) or (F1 and F3)
private function Demorgan (Expr as string) as string
...
end function
plz help
-
Aug 11th, 2005, 07:12 AM
#2
Re: I need a demorgan function
What is a "demorgan function"?
I ask, because when I Googled this it came back with no matches at all.
-
Aug 11th, 2005, 07:31 AM
#3
Thread Starter
Lively Member
Re: I need a demorgan function
F1: condition1, F2: ect...
I have a condition string: "F1 and (F2 or F3)"
to set ADODB.Recordset Filter property I need this form:
(F1 and F2) or (F1 and F3)
I want to convert my condition string automatically with a function. it is based on De morgan law...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|