Hi,
I am working with a very long list and populating it to a map. What i
have is three pieces of data from the list;
-Row Number
-Heading info List
-Actual Info List
note: both the Heading Info List and Actual Info List have the same
number of elements as each heading name will have a correspondi
(.write w (str (output-array (first l) ",")
> "@"
>
> (output-array (second l) ",")
>
> "\n")
>
> Hope this helps, if not, you will have to show us more code above the t
> function,
>
> --
> Laurent
>
> 2009/4/2 fitzpatrick...
)
> > )
> > )
> > )
>
> > tks,
> > PJ
>
> > On Apr 2, 12:15 pm, Christian Vest Hansen
> > wrote:
> > > On Thu, Apr 2, 2009 at 11:58 AM, fitzpatrick...@googlemail.c
PJ
On Apr 2, 12:15 pm, Christian Vest Hansen
wrote:
> On Thu, Apr 2, 2009 at 11:58 AM, fitzpatrick...@googlemail.com
>
> wrote:
>
> > Hi,
> > I am attempting to print a large lazy seq to file. I have attempted
> > various approaches and obviously am missing something
Hi,
I am attempting to print a large lazy seq to file. I have attempted
various approaches and obviously am missing something obvious.
I have attempted do use do-seq and also iterated manually through the
sequence but i always come up with the heap error.
Has anyone got any suggestions?
tks,
PJ
--