Hi everybody,
Can anyone help me to fix my TCL script as below;
##########################################
while { [ gets $open_file line ] != -1 } {
set linerows [join $line ", "]
puts $out_file $strings$linerows
}
##########################################
The questions is;
1. Replace space...