Funciones lógicas de expresión

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

Nombre

Descripción

IIF

Defines a conditional expression and the expressions to run depending on the outcome of the conditional expression.

Temas relacionados