Hi,
I need to execute a script which parses through the data line, by line. While going through the data, I come across lines which contain unbalanced braces within the data.
I was able to assign it to a list, however, while performing something like
set x [lindex $line 0]
,an error is...