Code Comments
Programming Forum and web based access to our favorite programming groups.What is an equivalent of a Right Shift operator (>> ) in
visual basic 6.0? I am trying to convert a C++ code into
visual basic that looks like the following:
While (m < n)
{
k = (m+n) >> 1
}
Thanks,
Bob
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.