I have numerous variables. For example, I have variables var1, var3, var6, var30. And I want to label those as
temp1, temp3, temp6, temp30 accordingly.

There is no pattern in the number at the end, so I cannot use forval..
Is there a way to do such a task?