You could just add the "T" when creating the string. As in "T"&<variable>
The only time you get into trouble is when you have add things after the variable because it doesn't know when the variable name ends... so you have to use the special delimiters to isolate the variable.