I have two variables which I want to combine together. Basically, the first variable has values like "01, 02, 03..." and the second variable has values like "1,2,3,4..." I want to combine them without adding them. I want the new variable to have values like 011 from "01" + "1". I am not sure if it is possile. Will I have to do this manually?