首页 > lang > andif 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh_TW eo
前一个  下一个  编辑  重命名  撤销  搜索  管理  
文档  
警告! 该页面未翻译。  参见英文版 
AND IF
These keywords are used in an IF control structure to test expressions sequentially until one of them is FALSE or all of them are TRUE.

Expressions separated by AND IF are evaluated from left to right until one is found to be FALSE. As in a regular AND if all expressions evaluate to TRUE then the test is TRUE, however unlike a regular AND, evaluation of expressions ceases when one expression of many returns FALSE.

You cannot mix AND IF and OR IF keywords on the same line.

参见

IF, OR IF