Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Bit shift and rotate in Visual Basic

Status
Not open for further replies.

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
 

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
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top