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>_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 itmDate,
                      BYTEP fpDate
                    )

 Arguments

     itmDate 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 itmDate 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