Re: Calculating Boolean

From: Mike Dwyer <dwyermj_at_co,larimer.co.us>
Date: 2000/05/25
Message-ID: <kXdX4.54$XQ1.15200_at_wdc-read-01.qwest.net>#1/1


Do you mean:

XCALC boolean;
XCALC := (TRUE AND FALSE) OR (TRUE AND TRUE) if XCALC then null;
else null;
[Quoted] end if;

That should work.

"Ralf Bodamer" <bodamer_at_sysvert.de> wrote in message news:8giukf$tvp$17$1_at_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
>
>
>
>
Received on Thu May 25 2000 - 00:00:00 CEST

Original text of this message