[Date Prev] [Date Next] [Thread Prev] [Thread Next] Date Index Thread Index Search archive:
Date:Mon Oct 17 17:40:27 2002 
Subject:Re: Copying Lists 
From:Stephen Isard 
Volume-ID:1021017.02 

msc37ack@cs.bham.ac.uk wrote:
> I'm trying to overwrite one choromosome
> with a copy of another:
> 
> population(20) -> population(19);
> 
> However I find that anything do to population(20) is automatically done to
> population(19).  

Try copy(population(20)) -> population(19);
See HELP COPY.

Stephen Isard