New functions
--------------
ITEMTOCOL (), LINETOCOL (), FIELDTOCOL ().
COLTOITEM (), COLTOLINE (), COLTOFIELD ().
These new functions return the column number for a given item, and vica versa.
Help file is itemtocol()
APPENDITEM (), APPENDLINE () and APPENDFIELD ().
These are an additional append functions similar to
INSERTITEM (), REPLACEITEM () AND DELETEITEM ().
The help file is insertitem()
Changes :
---------
Make ADDITEM () and ADDUNIQ add a ',' with nul item to be consistent with INSERTITEM () group.
New constants :
---------------
These are values for the status variable returned by ITEMTOCOL ()
and Insert/delete/replace/append item/line/field functions.
Constant : %ITEM_NUL_EMPTY%
Result : The item returned is NUL with 0 length.
Constant : %ITEM_BAD_START%
Result : The starting item or column is invalid (Less than 1).
Constant : %ITEM_BAD_COUNT%
Result : The count of items to return is invalid.
Constant : %ITEM_BAD_SEPAR%
Result : Invalid separator character.
Constant : %ITEM_NOT_FOUND%
Result : The end of the list came before the starting item or column.
The ITEM_ constant values should not be hard coded and may change