Not Operator?

  • Thread starter Thread starter Lee
  • Start date Start date
L

Lee

If (Not MyBooleanVal) Then
Begin
// Do Something
End;

if (! MyBooleanVal)
{
// Do Something
}

Same right?

--
Warm Regards,
Lee

"Upon further investigation it appears that your software is missing
just one thing. It definitely needs more cow bell..."
 
Back
Top