From: hyto
Subject: Is there any function that can swap 2 elements in a list?
Date: 
Message-ID: <8qi8ej$kgb$1@eng-ser1.erg.cuhk.edu.hk>
as titled. thanks!

From: Friedrich Dominicus
Subject: Re: Is there any function that can swap 2 elements in a list?
Date: 
Message-ID: <87r96bnu1n.fsf@q-software-solutions.com>
"hyto" <····@hotmail.com> writes:

> as titled. thanks!
Does rotatef do the job?


-- 
for e-mail reply remove all after .com 
From: Scott McKay
Subject: Re: Is there any function that can swap 2 elements in a list?
Date: 
Message-ID: <zk3z5.27499$pu4.2606752@typhoon.ne.mediaone.net>
Clemens Heitzinger wrote in message ...
>"hyto" <····@hotmail.com> writes:
>
>> as titled. thanks!
>
>ROTATEF, as in the HyperSpec.

Just to be picky, note that 'rotatef' is a macro, not a function.