Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . Technical Reference - <b>_itemputnd()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _itemPutND()
 Places a double number into an Item
------------------------------------------------------------------------------
 C Prototype

     #include "item.api"
     ITEM _itemPutND(
                      ITEM itemNumber,
                      XDOUBLE dNum
                    )

 Arguments

     itemNumber is the Item into which you want to place the number.  If
     this Item is NULL, _itemPutND() will create a new Item.

     dNum is the double to assign to the Item.

 Returns

     A new double Item reference containing the double passed.

 Description

     The _itemPutND() function is used to place a numeric double into an
     Item.  You should use a double value to represent a number when you know
     that the number falls within the range of 1.7E+308 to 1.7E-308.

     Caution!  Do not assume that the address in itemNumber will be the
     same address returned by _itemPutND().

 Files:  Library is CLIPPER.LIB, header file is Item.api.


See Also: _itemGetND() _itemPutNL()

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