this is exactly what im trying to do, and its probably an easy question to solve. Say i have a number in a variable (ie. 1) and i want to add a 0 to the one (ie. 10) how would i go by doing this?

I have to make a decimal to binary converter, so id need to now how to add a number to a number variable.