[q-lang-cvs] q-csv csv.q,1.7,1.8
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2008-01-13 21:40:54
|
Update of /cvsroot/q-lang/q-csv In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4136 Modified Files: csv.q Log Message: fix comment Index: csv.q =================================================================== RCS file: /cvsroot/q-lang/q-csv/csv.q,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** csv.q 13 Jan 2008 21:38:45 -0000 1.7 --- csv.q 13 Jan 2008 21:40:50 -0000 1.8 *************** *** 44,48 **** /* Convert CSV string to a tuple (record). ARGS: tuple (auto conversion flag, field delimiter, string delimiter) ! STR: tuple of fields to be converted to CSV format NOTES --- 44,48 ---- /* Convert CSV string to a tuple (record). ARGS: tuple (auto conversion flag, field delimiter, string delimiter) ! STR: CSV string to be converted to a tuple NOTES |