Public Function OrValues( _
ByVal vOne As Variant _
, ByVal vTwo As Variant _
) As Variant OR Var2
0 1
+-----
Var1 0 | 0 1
1 | 1 1Examples: OrValues(23, 45) = 63
OrValues(23, "A") = Chr$(0) + Chr$(87)
OrValues("A", "B") = Chr$(67) = "C"See also: NorValues Function
AndValues Function
StringCharactersBitwiseOrNumber FunctionvOne: First of two values whose corresponding bits are to be operated upon. Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.