Hello,
I've started to write my first TCL script yesterday and it worked quiete well. Except for one issue.
I need to parse a binary file.
So I need to find a certain combination of chars in the file, replace them and save the file.
I used a while{![eof $fid]} construct but the problem is the...