Hi there,
I would like to read out content from a text file into a list, look for a specific value, change it and write it back into the text file.
The problem is lappend doesn';t seem to what I expect, my code:
set path [file join C:/ "Documents and Settings" "FinalTest" "user.txt"]...