Archive for May, 2014

More Binary/BitWise Functions for VBScript.

More Binary/BitWise Functions for VBScript.

I decided to write some functions to do left shifts, right shifts, signed right shifts as well as roll lefts and roll rights and more. The thing that I like about these functions is that they will work with Long Integers, Integers and Bytes automatically without the need for separate functions. I think they are […]

05/06/2014 | By | 7 Replies More