On 7/18/07, Sherlock, Ric <[EMAIL PROTECTED]> wrote:
> I inherited a big bunch of space-separated files. Are there > verbs dealing with space-separated value data files in the > same manner as readcsv?
Are redundant spaces significant or insignificant? If they are insignificant, and if blank lines are ignored, I'd be tempted to use ([:; cutopen&.>@cutopen) to parse the contents of these files. -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
