用於設定指定數值的1位元,並傳回該結果。
格式 BSet64 (數值, 位元編號)
參數
傳回值 用於傳回已設定位元的值(整數)。
參照 BClr函數, BClr64函數, BSet函數, BTst函數, BTst64函數
BSet函數範例
flags = BSet64(flags, 1)
← BSet函數 BTst函數 →