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

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

[Octave-bug-tracker] [bug #44750] Incorrect output in textscan/strread w


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #44750] Incorrect output in textscan/strread with trailing delimiter
Date: Mon, 06 Apr 2015 20:21:06 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0 SeaMonkey/2.33

Update of bug #44750 (project octave):

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

    _______________________________________________________

Follow-up Comment #1:

Confirmed.

I'll have a look.

strread.m seems to behave properly w/o multipledelimsasone:

>> strread ('/home/foo/', '%s', 'delimiter', '/')
ans =
{
  [1,1] =
  [2,1] = home
  [3,1] = foo
}


but with it:

>> strread ('/home/foo/', '%s', 'delimiter', '/', 'MultipleDelimsAsOne', 1)
ans =
{
  [1,1] = home
}


OS -> Any 

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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