Re: Having problem with SPLIT




"miguel sofer" <msofer@xxxxxxxxxxxx> wrote in message
news:d9vchd$ghe$1@xxxxxxxxxxxxxxxxxxxxx
.... snip
> Another one is
> % puts [join $line]
> \tHeader with a tab
>

I had tried join but ended up with "{ Header} with a tab". After some
work I got it to work by using append versus lappend. Of course then I
needed to add a space between each word. :)

Thanks all.


.



Relevant Pages

  • Re: Great SWT Program
    ... text in the user's language of choice is a feature of GUIs and not ... literal tab characters in code. ... characters into spaces" feature on. ...
    (comp.lang.java.programmer)
  • Re: Maybe Safari 4 actually is for Windows
    ... were doing it by clicking a button on the left of the tab area. ... perhaps because direct manipulation feels much more ... for Google search results pages is just that there just isn't anything ...
    (comp.sys.mac.advocacy)
  • Re: Great SWT Program
    ... Vim -- car is fixed, ... and/or press tab again to get a list of choices. ... to type one or more additional characters and press tab again. ...
    (comp.lang.java.programmer)
  • Re: indenting
    ... original programmer's tab size in order to get the code to line up ... As for the key-presses, most editors ... > automate, although the mentioned editor attempts to do that, too: ...
    (comp.programming)
  • Re: parse two field file
    ... two fields seperated by a tab. ... (The first "%s" will skip any leading white space, ... Plus unbounded %or %s risks buffer overflow and resulting UB. ... to find the first tab <snip> ...
    (comp.lang.c)