Please enable JavaScript to view this site.

 

The not operator takes a boolean expression and returns the opposite (ie. true if the expression was false, and false if the expression was true).

bVar = not true // ie. false
bVar = not false // ie. true

 


Topic 136600, last updated on 18-Apr-2020