Hello,
I struggle with really odd matter:
There is sth like '01010101' which is needed as an integer on function output. Is it possible to convert it (string representation of binary to integer)?
I tried ::byte and get_bytes(), without any success.
Can You help me? Thanks a lot!
pb2000
I struggle with really odd matter:
There is sth like '01010101' which is needed as an integer on function output. Is it possible to convert it (string representation of binary to integer)?
I tried ::byte and get_bytes(), without any success.
Can You help me? Thanks a lot!
pb2000
Comment