Re: Calculating Boolean

From: Ralf Bodamer <bodamer_at_sysvert.de>
Date: 2000/05/26
Message-ID: <8gl4cn$mjh$11$1_at_news.t-online.com>#1/1


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_at_co,larimer.co.us> schrieb im Newsbeitrag news:kXdX4.54$XQ1.15200_at_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_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 Fri May 26 2000 - 00:00:00 CEST

Original text of this message