set var $xlateInVals
set xlateOutVals “
[string range $var 4 5]]”
If the room is 4 characters example 4139A0 it makes it 4139^A and that is correct the problem is if it is 110A0 this has a space before the 1 it comes out {110^A I need to know how to get rid of the {. Any suggestions