Allows to execute selected operations set depending on condition set by user.
Source
Set the text source to be used for condition check.
This criterion is met if data
True, if criterion condition is met.
This criterion is NOT met if data
True, if criterion condition is NOT met.
The list box below set criterion condition to be used.
Empty
True if the text source is empty.
Equals Defined Text
True if the text source is the same as the line specified. Template usage is possible.
Contains Defined Text
True if the text source contains the line specified. Template usage is possible.
Begin With Defined Text
True if the text source begins with the line specified. Template usage is possible.
End With Defined Text
True if the text source ends with the line specified. Template usage is possible.
Match Case
Enables case-sensitive comparing.
Use Wildcards
Enables wildcards usage when comparing.
Use Regular Expressions
Enables regular expressions usage when comparing.