Powered By Blogger

Friday, December 20, 2013

Logical functions

Function          Description

AND                  -          Returns TRUE if all of its arguments are TRUE
                                         true + true = TRUE
                                       False + true = FALSE
                                       False + False = FALSE
FALSE               -           Returns the logical value FALSE
IF                       -           Specifies a logical test to perform
NOT                  -            Reverses the logic of its argument
OR                     -            Returns TRUE if any argument is TRUE
TRUE                 -            Returns the logical value TRUE

No comments:

Post a Comment