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:52:07 CEST

* Ralf Fassel <ralfixx@gmx.de>
| In other words do you send one char \t aka TAB aka ASCII-9, or two
| chars, "\" followed by "t"?
...

Argh, Send-Key was too sensitive...

In any case, have a look at 'subst' which performs
backslash-substitution if your goal is to transform the two characters
"\" "t" into one TAB character.

  subst {\tHeader}
  =>
          Header
  ^ TAB char here

HTH
R'
Received on Thu Sep 29 14:24:09 2005