> On Dec 9, 2021, at 12:09 PM, Java House <java4dev@REDACTED> wrote: > > I want to do bit manipulation not just read the number. Can you do your bit manipulations after conversion to int? Using the usual band, bor, bxor, bnot?