For example,
MC1.data1=apple
MC2.data2=pear
and I want to swap it so that it become
MC1.data1=pear
MC2.data2=apple
Is there a built in way to do this instead of keeping a temporary place holder? Thanks.
For example,
MC1.data1=apple
MC2.data2=pear
and I want to swap it so that it become
MC1.data1=pear
MC2.data2=apple
Is there a built in way to do this instead of keeping a temporary place holder? Thanks.