W wroyw Member Licensed User Mar 2, 2017 #1 Hi, I want set a boolean depends of a Bit.And result. B4X: Dim Flags As Int = 1 Dim IsSet = Bit.And(Flags,0x01) = 0x01 But IsSet is always false ... What is the right syntax ?
Hi, I want set a boolean depends of a Bit.And result. B4X: Dim Flags As Int = 1 Dim IsSet = Bit.And(Flags,0x01) = 0x01 But IsSet is always false ... What is the right syntax ?
W wroyw Member Licensed User Mar 2, 2017 #2 now it works with the same line ... May be debugger problem ... Upvote 0