Re: Having problem with SPLIT
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.tcl archive

Re: Having problem with SPLIT

From: Ralf Fassel <ralfixx@gmx.de>
Date: Thu Jun 30 2005 - 16:48:16 CEST

* "Earl Grieda" <egriedaNOT@ZAHOOyahooWAHOO.com>
| 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'
Received on Thu Sep 29 14:24:09 2005