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.