Re: Having problem with SPLIT
- From: Ralf Fassel <ralfixx@xxxxxx>
- Date: Thu, 30 Jun 2005 16:52:07 +0200
* Ralf Fassel <ralfixx@xxxxxx>
| 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'
.
- References:
- Having problem with SPLIT
- From: Earl Grieda
- Re: Having problem with SPLIT
- From: Bryan Oakley
- Re: Having problem with SPLIT
- From: Earl Grieda
- Re: Having problem with SPLIT
- From: Ralf Fassel
- Having problem with SPLIT
- Prev by Date: Re: Having problem with SPLIT
- Next by Date: Re: ActiveState tcl package for AMD x86_64 linux??
- Previous by thread: Re: Having problem with SPLIT
- Next by thread: Re: Having problem with SPLIT
- Index(es):