Dear All,
I am trying to port some old HP Calculator routines across to vb.net.
On the old HP calculator there is a function bit(bit, word), eg if bit(3, x) = 1
I this example the function just checks if bit 3 is 0 or 1 in a word contained in x.
Is there a way to do the same function under vb.net?
Best regards,
Mark