Bruce gave you the better solution, if you have the file
available - create the desired names and never see the others.
Or, you can use Find and Replace in the syntax editor, writing
a small task to rename variables; Execute and Save .
To change the names of variables (from the manual) -
Use the command RENAME VARIABLES. An example would be
RENAME VARIABLES (V1 V2 V3 = NEW1 NEW2 NEW3).
So -
Write out Rename variables
( < insert variable list > =
< insert variable list a second time > ).
Use Find and Replace on the SECOND LIST only,
to change .1 to _C1 and .2 to _C2.
--
Rich Ulrich