表达式逻辑函数

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.

Name

描述

IIF

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

相关主题