Re: read numbers
Scott Ribe <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <[email protected]> |
> On Dec 9, 2021, at 12:09 PM, Java House <[email protected]> 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?