• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Unsigned integers in VBScript

redice

Member
I am trying to do an AND function using two 32-bit binary numbers (111011AND001111=001011...etc, but 32-bits). When I try to compute this in VBScript I get an error, which is probably do to the fact that VBScript does not do unsigned integers. Is there any way around this so I can compute these numbers in VBScript?? Thanks.
 
Post the code and the error so we know what you're trying to get around, and we'll see 🙂.
 
Back
Top