G
Guest
Hello,
I need some help on the BitVector32 class.
I'm trying to create a function like:
Private Sub Function (ByVal Input as integer, ByVal Bitnr as integer,
ByVal BitHigh as Boolean) As Integer
Return Output
End Function
The function must return a new integer value, with the proper bitnumber set
true or false.
Thanks
Hans
I need some help on the BitVector32 class.
I'm trying to create a function like:
Private Sub Function (ByVal Input as integer, ByVal Bitnr as integer,
ByVal BitHigh as Boolean) As Integer
Return Output
End Function
The function must return a new integer value, with the proper bitnumber set
true or false.
Thanks
Hans