Alice, on 29 August 2014 - 11:32 PM, said:
code
I wrote this literally today. Noticing this post is about a week old, I hope it's still helpful.EDIT: Oh my God is it really 2014? I'M SORRY FOR NECROING THIS
This doesn't work...
Posted 23 March 2015 - 03:28 PM
Posted 23 March 2015 - 03:58 PM
Posted 23 March 2015 - 07:30 PM
numberString(100) --> 1100100
toBinary("b") --> 01100100 (b is technically the char 100)
fromBinary("01100100") --> b
tonumber(1100100,2) --> 100 (from base 2, you need that ,2 at the end so that it knows
Edited by Dragon53535, 23 March 2015 - 09:36 PM.
0 members, 2 guests, 0 anonymous users