Feb 26, 2004 #1 SphinX Advanced Member level 3 Joined Jan 25, 2002 Messages 822 Helped 58 Reputation 116 Reaction score 29 Trophy points 1,308 Location EGYPT Activity points 7,045 vb6 rotate bits Hi, What are the bit shift and rotate instructions used in visual Basic (like << or >> operators in C Language) ? Thanx in advance
vb6 rotate bits Hi, What are the bit shift and rotate instructions used in visual Basic (like << or >> operators in C Language) ? Thanx in advance
Feb 26, 2004 #2 redsk_y Member level 4 Joined Jan 1, 2002 Messages 77 Helped 0 Reputation 0 Reaction score 0 Trophy points 1,286 Location italy Activity points 428 vb bit shift rotate Hi SphinX, Sorry but in VB there aren't these instructions. You need to develop a subroutine to do the job or for a very short execution time you have to write a dll in C. Regards, --rs
vb bit shift rotate Hi SphinX, Sorry but in VB there aren't these instructions. You need to develop a subroutine to do the job or for a very short execution time you have to write a dll in C. Regards, --rs