xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

Word()

Converts a floating point number to a 32-it integer value.

Syntax

Word( <nNumber> ) --> nInteger

Arguments

<nNumber>
A numeric floating point value in the range of -1*(2ˆ31) to (2ˆ31)-1.

Return

The function returns an integer value.

Description

Word() is a compatibility function and not recommended to use. Use function Int() to create integer numbers.

Info

See also:Bin2L(), Int(), L2Bin()
Category: Conversion functions
Source:rtl\word.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe