How do you escape a string value containing a dollar sign to avoid TCL attempting to treat it as a variable. I have some values that I'm filling a table or form with that begin with a $ such as $1I045, and I want to pass the value through directly without treating it as a variable.