octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #43972] "strread" command with "commentstyle",


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #43972] "strread" command with "commentstyle", "matlab" does not work
Date: Sat, 10 Jan 2015 23:30:54 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30

Update of bug #43972 (project octave):

                  Status:                    None => Confirmed              
        Operating System:               GNU/Linux => Any                    

    _______________________________________________________

Follow-up Comment #1:

Confirmed on 3.9.0+.

On 4.1.0+ I get for the second example:

strread("Hello World! % this is comment","%s", -1, "commentstyle","matlab")
ans =
{
  [1,1] = Hello
  [2,1] = World!
  [3,1] = t
}


Hmmm.
That said, I may have copied strread.m from 4.1.0+ to 3.9.0+ (I have a
combined 3.9.0+/4.1.0+ setup on my Windows box), in which case there may be
additional complications only valid for my box.
But even then this bug is confirmed.

OS -> Any


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?43972>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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