Re: Having problem with SPLIT



* "Earl Grieda" <egriedaNOT@xxxxxxxxxxxxxxxxxxx>
| if {$::DEBUG} {puts "FIRST0: $orgLine"}

Please show how 'orgLine' is set.
Is it
set orgLine "\tHeader with a tab"
or is it
set orgLine {\tHeader with a tab}
? I guess the latter, otherwise you would not see the {\t} but some
spaces...

In other words do you send one char \t aka TAB aka ASCII-9, or two
chars, "\" followed by "t"?

R'
.