I already read some articles about scripting in TCL, but don't find a answer to these two questions.
1. Is there a command like gettok in TCL so you can cut a string lets say:
This-is-a-test
into
This
is
a
test
and access all of these strings seperatly
2. I have a Textfile in which in each line a nickname is. Now I want to search the Textfile for a nick and if it is found that the TCL script do sth.