if.no
/
Conditionals /
if.no
By Amit Singh. Posted on
| Title |
: |
if.no |
| Purpose |
: |
If provided variable is no then executes |
| Syntax |
: |
|
|
[if.no "argument1"]/** ** code***/[/if.no] |
|
| Input Parameters |
: |
Provided variable is no |
| Return Value |
: |
Code to be executed if condition is true |
| Example 1 |
: |
| Code |
: |
|
|
[if.no template.arg] [aw2.get template.no_value /] [/if.no] |
|
| Output |
: |
It will display the text no! |
| Description |
: |
Boolean Values:
Very often, in programming, you will need a data type that can only have one of two values, like
YES / NO
ON / OFF
TRUE / FALSE |
|
Last Modified By Praveen Gupta.