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

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

[Octave-bug-tracker] [bug #37947] Make "history" return something?


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #37947] Make "history" return something?
Date: Wed, 19 Dec 2012 03:03:34 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/536.26.17 (KHTML, like Gecko) Version/6.0.2 Safari/536.26.17

Follow-up Comment #7, bug #37947 (project octave):

Jordi,

I thought all was working as intended, but just noticed the indices for the
history are included in the output when the N last entries are requested.


h = history ("10")
h = 
{
  [1,1] =  1037 h = history ("10")
  [2,1] =  1038 h = history ("10")
  [3,1] =  1039 h = history ("10")
  [4,1] =  1040 iscell h
  [5,1] =  1041 whos h
  [6,1] =  1042 h = history ("10")
  [7,1] =  1043 class (h{1})
  [8,1] =  1044 cd ..
  [9,1] =  1045 clear all
  [10,1] =  1046 h = history ("10")
}


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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