Hi, I tried to rename many variables in the following way, but it doesn't seem to work.
Code:
rename (v1 v2 v3 v4 v5 v6) (v3 v1 v4 v6 v5 v2)
Code:
rename v# v#, renumber
(My intention is to change v1 to v3, v2 to v1, v3 to v4, and so on.)

Is this command limited to only three variables? Is there any easier way to do so?
Thanks