On 7/29/08, Devon McCormick <[EMAIL PROTECTED]> wrote: > fixcc=: (#!.'0'~ 1 j. ',,' E. ]) NB. fix double comma
Note that this approach would not respect quoting. However, if that's all right, this kind of thing (direct string manipulation) would be faster than using fixcsv. (and the body of writecsv with the fwrites replaced by fappend). -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
