Code Type:
Code Scope of Action:
Code First Added:
Code Altered:
Conditional Mark-up [other codes of this type]
n/a [codes with similar scope]
Already in v5.0.0
format"
DEPRECATED for the '!=' equality operator.
^not( condition )^
If the condition is true, ^not(condition)^ is false. Most common usage is inside an ^if^ statement to reverse the 'polarity' of the test.
Replaced by usage like ^value(if("yes"!="no"){"yes"}else{"no"})^
giving: yes.
Thus ^equal()^ is similarly deprecated.