@not Function |
![]() ![]() ![]() |
@not() function returns the opposite value of a boolean expression. Syntax: @not(boolean-expression)
Examples: @doif( not(i:ID = '' or i:CAT != v:CAT) ) .. @doend()
@set( v:active, not(vb:active) ) |