Hey guys and girls I have made a tcl that enters user information into mysql. But I have a problem when the nick has a \ in it. Mysql requires the value to be set to \\. set $nick "ad\am" ## Nick need to be "ad\\am" to go into mysql I have tryed {$nick} and a regsub a mate try to...