About this article
Conditions return a true or false value and are typically used as a condition in a IfElse() function. A common example would be that a condition is used to determine the property of a page.
Pre-requisites
|
Conditions & Operators
- Not(True/False) - Used to reverse the value of a True/False
- Equals(Value1, Value2) - Used to determine if two values are equal
- Contains(Value1, Value2) - Outputs True/False depending on if a piece of text contains another piece of text
Comments
0 comments
Article is closed for comments.