help-octave
[Top][All Lists]
Advanced

[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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]