[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
WORD()
WORD() converts numeric parameters of the CALL command from type DOUBLE
to type INT.
Syntax
WORD(<expN>)
Arguments
<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.
Example:
CALL C_proc WITH WORD(30000)
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson