How to print/output array in a tab-delimited format?
- From: Francogrex <franco@xxxxxxxx>
- Date: Mon, 14 Jul 2008 01:41:55 -0700 (PDT)
I create an array and print it to a file as such:
(setf arr #2A((1 2 3) (4 5 6) (7 8 9)))
(setf out-stream (open "Output.txt" :direction :output))
(print arr out-stream)
(close out-stream)
But the output is in the CL array form. Is there a way to print the
array's columns and rows in a tab-delimited format that can be
immediadely read as a spread*** by something like MS-Excel? Thanks
.
- Follow-Ups:
- Re: How to print/output array in a tab-delimited format?
- From: John Thingstad
- Re: How to print/output array in a tab-delimited format?
- From: Pascal J. Bourguignon
- Re: How to print/output array in a tab-delimited format?
- Prev by Date: Re: SBCL is now faster than Java, as fast as Ocaml, and getting better
- Next by Date: The Free Software Definition - Free Software Foundation
- Previous by thread: paypal wholesale 5ive jungle shirt (paypal accept)(www good-saler cn )
- Next by thread: Re: How to print/output array in a tab-delimited format?
- Index(es):