Magnus Lie Hetland wrote: > > >And; from Todd's comment about a hypothetical built-in for the >purpose, I assume there is no way of copying the contents of one slice >to another without going via a temporary array? > > The problem there is with overlapping slices. >Perry > >