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 - nloword() returns the low word of a long (four bytes) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 nLoWord()              Returns the Low word of a long (four bytes)
--------------------------------------------------------------------------------

   Syntax:              nLoWord( <nLong> )  --> <nLoWord>


   Parameters:

   <nLong>              A numeric (4 bytes) value

   Returns:

   <nLoWord>            A numeric (2 byte) value

   Observations:        A long is made of:

                        LONG = LOW_WORD + HIGH_WORD

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

   See also:            nLoByte() nHiByte() nLoWord()


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