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

richard terry rterry at ...1822...
Wed Mar 5 12:08:43 CET 2008


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




More information about the User mailing list