Unicode Controls & Classes for VB6 - Version 4

clsLargeNumber.BooleanOperation Function

BooleanOperation = sA Operator sB

Syntax
Public Function BooleanOperation (ByVal SA As String, _
ByVal sB As String, _
ByRef Operator As String) As String
Parameters
Parameter Description
ByVal SA As String The first number (in string format)
ByVal sB As String The second number (in string format)
ByRef Operator As String The operator ("XOR", "AND", "OR", "NOT")
Remarks
sA, sB have to be in HEX format (base=16)
If the operator doesn't need sB, pass vbNullString