2o2 Posted December 23, 2007 Posted December 23, 2007 How would i convert string to hexidecmal and hexidecmal back to a string?? Please Help Rick rack ree, kick 'em in the knee.Rick rack rass, kick 'em in the other knee!
Swift Posted December 23, 2007 Posted December 23, 2007 i wish i knew man....but i cant get any help with this snow desktop thingy...so owell...you might not get any =/
covaks Posted December 23, 2007 Posted December 23, 2007 #include <string.au3> $str = "Hello" $hexstr = _StringToHex($str) $strstr = _HexToString($hexstr) msgbox(1,"","String: " & $str & @CRLF & "Hex: " & $hexstr & @CRLF & "String again: " & $strstr)
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