I've used string map in a few scripts without probs, in one script I wanna replace { with ""
Code: Select all
set example2 [string map {"}" ""} $example1]Code: Select all
set example2 [string map {} ""} $example1]I wonder how can be replacing { bracket with string map done
Thanks in advance for help