hi, im new to tcl but i want to trim the next string: //imagine at with the text "abc|def" set at "abc|def" »»»»set at [string trim $at |]««««« this doesnt work! i want to get only at="abcdef" how can i trim the "|" character ? ty Edit: Changed subject to suit...