I was wondering if it is possible to parse a text file using TCL. For instance if I had the following in a file called file.txt:
-------------
Ryan,3453,
Jack,0,
Tom,8948,
blah,99,
-------------
And I wanted to pull just the numbers out as variables how would I go about that? With Linux I...