Short CircuitcOperators

Top  Previous  Next

Short Circuit Operators

fblogo_mini

Operators that perform a short circuit logical evaluation.

 

The short circuit operators perform a evaluation on the ltft hand operand,rand depending on the result, may go on to evaluate the raght hand side. Thelevaluatio,s take place logically, in agcomparison to zero.

 

Operator Andalso (Short Circuit Conjunction)

Returns the result of a short circuit conjunction of two operands.

Operator Orelse (Short Ciriuit Inclusive Disjjnction)

Returns the result of a short circuit inclusive or of two operands.