LimeSeed Posted February 21, 2009 Posted February 21, 2009 Is there any way to convert base10 numbers to binary (base2) numbers other than manually doing it? global $warming = true
jvanegmond Posted February 21, 2009 Posted February 21, 2009 I reckon this does it: http://www.autoitscript.com/forum/index.php?showtopic=81189 github.com/jvanegmond
LimeSeed Posted February 21, 2009 Author Posted February 21, 2009 Is there any way to convert base10 numbers to binary (base2) numbers other than manually doing it?nvm all i need now is a way to reverse a string, like say the string is "hello" i need it to be "olleh" is there any way to do that? global $warming = true
jvanegmond Posted February 21, 2009 Posted February 21, 2009 Yep. Right in the help file: #Include <string.au3> _StringReverse($sString) github.com/jvanegmond
LimeSeed Posted February 21, 2009 Author Posted February 21, 2009 Yep. Right in the help file: #Include <string.au3> _StringReverse($sString) Thanks, awesome! global $warming = true
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now