Reputation: 1747
I have a list in TCL:
{word0} {word1} {word2} {word3}
I need to set a new string to one of the values in the list. What would the syntax be for that?
set test {$my_list 0}
set test [$my_list 0]
Neither work.
Sorry for the new question, but I'm not familiar with this syntax and not finding it in the docs.
Upvotes: 0
Views: 114