Re: How do you copy an array?



In article <1156926627.645345.236190@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
"Kim Minh Kaplan" <kmkaplan@xxxxxxxxx> wrote:

You seem to be looking for COPY-SEQ.

No he isn't. COPY-SEQ only works for one-dimensional arrays, he's
trying to copy a multi-dimensional array.

--
Barry Margolin, barmar@xxxxxxxxxxxx
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***
.



Relevant Pages

  • Re: How do you copy an array?
    ... Kim Minh Kaplan wrote: ... COPY-SEQ only works for one-dimensional arrays, ... trying to copy a multi-dimensional array. ...
    (comp.lang.lisp)
  • Re: sort multi-dimensional array
    ... Balaskas Evaggelos wrote: ... The example are for multi-dimensional array of one-dimensional arrays. ... want to essentially sort a 'table' of data by one of the columns. ...
    (comp.lang.php)