Hi all,
I have a group of three variables that are named as follows:
English1, Math1, Science1;
English2, Math2, Science2;
....English14, Math14, Science14.
I would like to reverse the variable orders so that English14 is actually English1, Math14 is Math1, and so on i.e. the value for English1 goes to English14, and the value for Math1 goes to Math14 (and all subsequent reversals in between).
Is there an easy way to do this?
I have a group of three variables that are named as follows:
English1, Math1, Science1;
English2, Math2, Science2;
....English14, Math14, Science14.
I would like to reverse the variable orders so that English14 is actually English1, Math14 is Math1, and so on i.e. the value for English1 goes to English14, and the value for Math1 goes to Math14 (and all subsequent reversals in between).
Is there an easy way to do this?
Comment