read numbers

Scott Ribe scott_ribe@REDACTED
Thu Dec 9 20:14:10 CET 2021


> 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?



More information about the erlang-questions mailing list