Expression Logic Functions

Logical expressions determine how your script will proceed when it encounters conditional and/or looping statements. In addition to the Control Flow statements natively included in VBScript, the manufacturers of BarTender have created Expression Logic functions to simplify the writing of logical expressions in your custom scripts.

Name

Description

IIF

Defines a conditional expression, as well as the expressions to execute depending on the outcome of the conditional expression.

Related Topics