[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
'strcat' is broken (spaces are ignored) in octave-3.6.2 ?
From: |
Sergei Steshenko |
Subject: |
'strcat' is broken (spaces are ignored) in octave-3.6.2 ? |
Date: |
Thu, 28 Jun 2012 09:02:22 -0700 (PDT) |
Hello,
here is a quick example:
"
octave:8> strcat("foo", " ", "bar")
ans = foobar
octave:9>
".
The output used to be
foo bar
in octave-3.4.x
.
Is this ignoring of spaces supposed to be ?
'help strcat' mentions this: "Trailing white space is eliminated", but it
doesn't mention whitespaces in the middle. Or I miss mentioning whitespaces in
the middle ?
Thanks,
Sergei.
- 'strcat' is broken (spaces are ignored) in octave-3.6.2 ?,
Sergei Steshenko <=
- Re: 'strcat' is broken (spaces are ignored) in octave-3.6.2 ?, Carnë Draug, 2012/06/28
- Re: 'strcat' is broken (spaces are ignored) in octave-3.6.2 ?, Sergei Steshenko, 2012/06/28
- Re: 'strcat' is broken (spaces are ignored) in octave-3.6.2 ?, Carnë Draug, 2012/06/28
- Re: 'strcat' is broken (spaces are ignored) in octave-3.6.2 ?, Ben Abbott, 2012/06/28
- Re: 'strcat' is broken (spaces are ignored) in octave-3.6.2 ?, Sergei Steshenko, 2012/06/28
- Re: 'strcat' is broken (spaces are ignored) in octave-3.6.2 ?, Ben Abbott, 2012/06/28
- Re: 'strcat' is broken (spaces are ignored) in octave-3.6.2 ?, Sergei Steshenko, 2012/06/28