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>_itemputds()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _itemPutDS()
 Place a date string into an Item
------------------------------------------------------------------------------
 C Prototype

     #include "item.api"
     ITEM _itemPutDS(
                      ITEM itemDate,
                      BYTEP fpDate
                    )

 Arguments

     itemDate is the Item into which you want to place the date string.
     If this Item is NULL, a new Item will be created.

     fpDate is a zero-terminated string representing the date to assign
     to the new Item.  The format of fpDate must be YYYYMMDD.

 Returns

     A new date Item reference containing the date passed.

 Description

     The _itemPutDS() function is used to place a zero-terminated string date
     into an Item.  If the date string is malformed, the new date Item will
     be set to a NULL date.

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

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


See Also: _itemGetDS()

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