/
How do I distinguish between true, false, and null?
How do I distinguish between true, false, and null?
Add this dictionary to your group file:
isFalse ::= ["false":"true"]
It returns true if the value is false, and null otherwise. Then you can use it in 'if statements'.
main(nullValue, falseValue) ::= << $if(isFalse.(falseValue))$ falseValue value is false; $endif$ $if(!isFalse.(nullValue))$ nullValue is NOT false; $endif$ >>
, multiple selections available,
Related content
Expressions
Expressions
Read with this
simple_group_example
simple_group_example
Read with this
Introduction
Introduction
Read with this
Five minute Introduction
Five minute Introduction
Read with this
Defining Templates
Defining Templates
Read with this
How to construct separators?
How to construct separators?
Read with this