How do you want to work with it afterwards? did you want to process it as decimal 1101 or binary 1101 or just "string" 1101?
How do you want to work with it afterwards? did you want to process it as decimal 1101 or binary 1101 or just "string" 1101?
I want to convert it to decimal and use in that way.
Sorry, I'm confused on this. You want to take each nibble and convert it to a decimal value, or???
No, imagine array consists of "1" "0" "1" "1" digits, I want to "merge" them into one binary variable, which I will convert to decimal later.
so where is the problem ?
what have you tried ?
Warning I'm not a teacher
Bookmarks