xHarbour Reference Documentation > Function Reference |
Converts a floating point number to a 32-it integer value.
Word( <nNumber> ) --> nInteger
The function returns an integer value.
Word() is a compatibility function and not recommended to use. Use function Int() to create integer numbers.
See also: | Bin2L(), Int(), L2Bin() |
Category: | Conversion functions |
Source: | rtl\word.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com