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

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

[Octave-bug-tracker] [bug #49389] inputParser changes order of Results s


From: Carlo de Falco
Subject: [Octave-bug-tracker] [bug #49389] inputParser changes order of Results structure depending on order by which parameters are assigned
Date: Fri, 21 Oct 2016 14:12:45 +0000 (UTC)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:49.0) Gecko/20100101 Firefox/49.0

Follow-up Comment #6, bug #49389 (project octave):

@Rik

For completeness here's the result of the test you asked:


>> x.b = 2;
>> x.a = 1;
>> x

x = 

    b: 2
    a: 1


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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