Keyword Reference

False / True

論理式用のブール値

    $var = False
    $var = True

 

パラメータ

なし

 

注意

これらのキーワードは計算式内で使用できません。使用した場合、AutoItはエラーを検出せず計算結果は未定義値となります。

 

関連

 


$bool= False
if NOT $bool = true Then Msgbox(0,"Bool comparison", "OK")