用于设置指定数值的第1位并返回结果。
格式 BSet64 (数值, 位编号)
参数
返回值 返回已设置的位的值(整数)。
参阅 BClr、BClr64、BSet、BTst、BTst64
BSet函数使用示例
flags = BSet64(flags, 1)
← BSet函数 BTst函数 →