最後更新: 2011/11/11 14:11:05
$var = False ;= 0 $var = True ;= 1
範例
$bool = False if NOT $bool = true Then Msgbox(0,"Bool comparison", "OK") 回上頁 回主頁