Funtime60 Posted August 31, 2018 Posted August 31, 2018 My program has a variable with binary yet it fails when passed through IsBinary and will just write the characters as text when you use FileWrite. when writing to a file a Hex Editor should see this 42 B But it does this 34 32 42 How can I force Autoit to recognize that my variable contains binary values?
Funtime60 Posted September 1, 2018 Author Posted September 1, 2018 I have solved my own problem. At some point the the binary was split and then improperly concatenated resulting in BB becoming 0x420x42 instead of 0x4242.
Funtime60 Posted September 1, 2018 Author Posted September 1, 2018 Nevermind, that was an issue but it's still broken
Funtime60 Posted September 1, 2018 Author Posted September 1, 2018 I have resolved all my issues. Unfortunately, I resorted to a mad sequence of trial and error and have very weak grasp of what I did to fix it. As such any help would greatly be appreciated.
Somerset Posted September 1, 2018 Posted September 1, 2018 We are supposed to guess the code? Leave more information than just tidbits of results. It also depends on the time of day for people to respond. So, have more patience.
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