hello @all,
doe’s anybody know a ‘ready to use’ function to convert long binary strings (bit strings) into a decimal representation? i know about ‘bin2dec’ but that’s limited to a few bits (decimal values ~-512 … +511),
i know i can build something iteratively working through the string and converting it in portions, but … would like to concentrate on other work and have in a short statement rather than a long error prone formula …
thanks for any help …