View Single Post
Skilled contributor
4Jun2008,13:45  
faizulhaque's Avatar
Any one tell me who two condition is used in if statement
as in Turbo C++ we use

if (statement && statement)
{
statement
else
statement
}
operator are allowed in VB
like NOT, AND, OR