Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Harbour Version 0.37 (c) reference Guid - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

WORD()

Converts double to integer values.
---------------------------------------------------------------------------------

 Syntax

        WORD( <nDouble> ) --> <nInteger>  

 Arguments

        <nDouble>   is a numeric double value.    

 Returns

        WORD()   return an integer in the range +-32767    

 Description

      This function converts double values to integers to use  within the
      CALL command

Status

      Ready

 Compliance

      The Clipper NG states that WORD() will only work when used in CALL
      commands parameter list, otherwise it will return NIL, in Harbour
      it will work anywhere.

 Files

      Library is rtl



See Also: CALL

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