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.3 . Technical Reference - <b>_itemputnd()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _itemPutND()
 Places a double-precision number into an item
------------------------------------------------------------------------------
 C Prototype

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

 Arguments

     itmNumber 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-precision value to assign to the item.

 Returns

     A new double-precision value item reference containing the
     double-precision value passed.

 Description

     The _itemPutND() function is used to place a numeric double-precision
     value into an item.  You should use a double-precision 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 itmNumber 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