P
Peter Marsh
How can you translate a binary string into an integer? i.e.
two = '10'
string_to_int(two)
=> 2
two = '10'
string_to_int(two)
=> 2
Peter said:How can you translate a binary string into an integer? i.e.
two = '10'
string_to_int(two)
=> 2
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.