Click to See Complete Forum and Search --> : C++/VB Operators


slcotten
May 14th, 2001, 02:06 PM
I am not a C++ programmer, but I need to know what the homogenous operator of | (I'm assuming it's an operator) in C++ is in VB... Thanks for your help.

coolbiz
May 14th, 2001, 06:10 PM
That should be OR keyword :)

-Cool Bizs

slcotten
May 14th, 2001, 06:43 PM
Thanks....
I did not know that it was that easy (OR that is was a keyword not an operator) :-)

Thanks a lot.