Tag Loop Expression Tokens
Tag loop expressions are expressions that can only be used within the context of a tag loop. CodeGen supports tag loop expressions via the <IF expression> and </IF [expression]> tags. Note that loop utility expressions can also be used within tag loops.
Expression |
Description |
The tag includes an equal to comparison. |
|
The tag includes a greater than or equal to comparison. |
|
The tag includes a greater than comparison. |
|
The tag includes a less than or equal to comparison. |
|
The tag includes a less than comparison. |
|
The tag includes a not equal to comparison. |
|
The tag does not include an equal to comparison. |
|
The tag does not include a greater than or equal to comparison. |
|
The tag does not include a greater than comparison. |
|
The tag does not include a less than or equal to comparison. |
|
The tag does not include a less than comparison. |
|
The tag does not include a not equal to comparison. |
|
The tag is not linked to a previous tag because it is the first or only tag. |
|
The tag is linked to a previous tag with an AND operator. |
|
The tag is linked to a previous tag with an OR operator. |
|
The tag is linked to a previous tag with an AND or an OR operator. |
|
The tag is not linked to a previous tag with an AND operator. |
|
The tag is not linked to a previous tag with an OR operator. |
|
The structure being processed has multiple tags. |
|
The structure being processed has a single tag. |
Copyright © 2012 Synergex International, Inc.