08-16-2019 04:29 AM
Hello I need to convert a binary string to numeric array.
Binary string is in 8 bit format 11101110 need to change to array 1
1
1
0
1
1
1
0
Could any one please help?
08-16-2019 04:43 AM
Hello All,
I need to convert a binary string to numeric array like
00010111 to 0
0
0
1
0
1
1
1
Could anyone help me?
08-16-2019 05:45 AM
08-16-2019 10:49 AM
08-16-2019 11:02 AM - edited 08-16-2019 02:15 PM
A few quick comments on your code:
I really recommend to start over with a few basic tutorials!