Manuals/calci/OR

From ZCubes Wiki
Revision as of 21:41, 24 October 2013 by MassBot1 (talk | contribs) (Created page with "<div id="16SpaceContent" align="left"><div class="ZEditBox" align="justify"> Syntax </div></div> ---- <div id="4SpaceContent" align="left"><div class="ZEditBox" align=...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Syntax


Remarks


Examples


'''''''  ''''

Description


OR


 

OR (L1, L2 …)

Where Li, L2….are positive integers.




The arguments must evaluate to 1 or 0.  Here 1 is for TRUE and 0 is for FALSE.




OR function calculates as 1 when the argument is TRUE and as 0 when the argument is FALSE.




 

Lets see an example in (Column1 Row 1)

OR (L1, L2….)

=OR (0) is 0 that is FALSE and =OR (1, 0, 1) is 1


Column1 Column2 Column3 Column4
Row1 0 1
Row2
Row3
Row4
Row5
Row6