blipton Posted January 5, 2019 Posted January 5, 2019 Is there a way to extend the VB-like scripting to support more c-like functionality? For example, I need the user to enter hex data into a textbox.. my program would need to 1) convert converting out of ascii (and into binary) 2) Do some bit operations (left/right shifting, xor, etc).. 3) converting back to ascii to display for the user How difficult is this using VB-Scripting/AutoIT? Are there any add-ons/plugins that would facilitate either the ascii <> hex part or the bit manipulation math?
FrancescoDiMuro Posted January 5, 2019 Posted January 5, 2019 @blipton AutoIt has a lot of functions to convert different types of data, so, just take a look in the Help file, and post what you did Click here to see my signature: Spoiler ALWAYS GOOD TO READ: Forum Rules Forum Etiquette
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