OR is a logical operator that perform a Binary combination of the values on both sides of the operator. The OR logical operator allows multiple relational comparisons to be made into one statement, returning true (recording a value of 1) if at least one comparison is true, if all comparisons are false, the function returns false (records a value of 0).
SYNTAX:
(Binary Expression) OR (Binary Expression) where : Binary Expression is any expression that has a binary result (TRUE/FALSE or 1/0)
NOTES:
Typically used in the logical expression of an IF statement.
|
|
|
|
No Related Articles Available.
|
|
|
|
No Attachments Available.
|
|
|
|
No Related Links Available.
|
|
|
|
|
|
|
No user comments available for this article.
|
|
|
|
|
|
|