You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Function: IsNot

IsNot is a conditional function that can be used to invert a boolean value (if passed a true value, it will return false and vice-versa).

Syntax

IsNot(boolean)
  • No labels