From: "Ralf Bodamer" <bodamer@sysvert.de>
Subject: Re: Calculating Boolean
Date: 2000/05/26
Message-ID: <8gl4cn$mjh$11$1@news.t-online.com>#1/1
Content-Transfer-Encoding: 8bit
References: <8giukf$tvp$17$1@news.t-online.com> <kXdX4.54$XQ1.15200@wdc-read-01.qwest.net>
X-Sender: 320086691218-0001@t-dialin.net
X-Priority: 3
Content-Type: text/plain; charset=ISO-8859-1
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600
X-Complaints-To: abuse@t-online.de
X-Trace: news.t-online.com 959321303 11 23153 320086691218-0001 000526 06:08:23
Organization: T-Online
X-MSMail-Priority: Normal
Mime-Version: 1.0
Newsgroups: comp.databases.oracle.tools


Hello Mike,

thanks, but i have a various Boolean command, and that is in a Char-String
of a block, like:

xcalc := :test.a||:test.b||test.c||test.d..........
xcalc :=  ' (       TRUE  AND  FALSE   ................'

is it possible to convert the char to boolean?

have a nice day
Ralf


"Mike Dwyer" <dwyermj@co,larimer.co.us> schrieb im Newsbeitrag
news:kXdX4.54$XQ1.15200@wdc-read-01.qwest.net...
> Do you mean:
>
> XCALC boolean;
> XCALC := (TRUE AND FALSE) OR (TRUE AND TRUE)
> if XCALC then null;
> else null;
> end if;
>
> That should work.
>
> "Ralf Bodamer" <bodamer@sysvert.de> wrote in message
> news:8giukf$tvp$17$1@news.t-online.com...
> > Hello,
> >
> > is it posible to calculate various Boolean formulas?
> > Sample:
> > I have a variable formula, the formula is in Boolean like:
> > XCALC varchar2(1000);
> >
> > XCALC := '(TRUE AND FALSE) OR (TRUE AND TRUE)';
> >
> > Can i calculate this Formula with Forms at any way?
> > Is there any possibility to do this?
> >
> > Thanks for Answers.
> >
> > Best Regards
> > Ralf
> >
> >
> >
> >
>
>




