[Gambas-user] Help with True/False logic statement

Shawn McCuan smccuan at ...626...
Wed Mar 5 22:02:44 CET 2008


I was wrong :)

On Wed, Mar 5, 2008 at 4:01 PM, Laurent Carlier <lordheavym at ...626...>
wrote:

> Le Wednesday 05 March 2008 12:08:43 richard terry, vous avez écrit :
> > Never can get my brain around easy ways to do true/false.
> >
> > Could someone give me a one liner logic for this?, or is it at its
> > simplest?
> >
> >   IF btnTogglePastHistory.tag = TRUE THEN
> >          btnTogglePastHistory.tag = FALSE
> >    ELSE
> >       btnTogglePastHistory.tag = TRUE
> >    END IF
> >
> > Regards
> >
> > Richard
> >
>
> btnTogglePastHistory.tag = NOT btnTogglePastHistory.tag
>
> ++
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



-- 
Shawn McCuan
smccuan at ...626...

Support a national vote in the US!
http://en.wikipedia.org/wiki/National_Popular_Vote_Interstate_Compact
http://www.nationalpopularvote.com



More information about the User mailing list