Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - land() retrieves the logical and of some numeric values http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 lAnd()                 Retrieves the logical AND of some numeric values
--------------------------------------------------------------------------------

   Syntax:              lAnd( <nValue1>, <nValue2> )  --> <lResult>


   Parameters:

   <nValue1>            A numeric value to be bit-anded with
                        nValue2.

   <nValue1>            A numeric value to be bit-anded with
                        nValue1.

   Returns:

   <lResult>            A logical value with the result of the bit-and
                        operation.

   Observations:        This function basically checks if a certain bit
                        flag is active in a numeric value.

   Sample:              SOURCE\\Classes\\TGet:Init() METHOD.

   Source code:         SOURCE\\FUNCTION\\Or.c

   See also:            nAnd() nOr() lOr()



Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson