Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide To Clipper - <b>word()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
WORD()


Syntax:     WORD(<expN>)

Purpose:    To convert numeric parameters of the CALL command from
            double to int.

Argument:   <expN> is the numeric value to convert to type INT.

Usage:      Use WORD() when you want to convert numeric parameters from
            double to int in order to reduce the overhead of the CALLed
            routine.  Be sure that the value does not exceed positive or
            negative 32,767.

Library:    CLIPPER.LIB


----------------------------------- Example --------------------------------

   CALL C_proc WITH WORD(30000)


See Also: CALL

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