Result = NOT Expression
Computes the logical not of an expression. If Expression is a string or an object, it returns TRUE if Expression is null. See NULL or IsNull() for more detail.
PRINT NOT TRUEFalse
PRINT NOT FALSETrue
PRINT NOT 11-12
PRINT NOT CByte(11)244
PRINT NOT "Gambas"False
PRINT NOT ""True
AND, BChg, BClr, BSet, BTst, FALSE, OR, Rol, Ror, Shl, Shr, TRUE, XOR