Public Function ImpValues( _
ByVal vOne As Variant _
, ByVal vTwo As Variant _
) As Variant IMP Var2
0 1
+-----
Var1 0 | 1 1
1 | 0 1Examples: ImpValues(23, 45) = -19
ImpValues(23, "A") = Chr$(255) + Chr$(233)
ImpValues("A", "B") = Chr$(254)See also: EqvValues FunctionvOne: First of two values whose corresponding bits are to be operated upon.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.