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

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

[Octave-bug-tracker] [bug #46530] String input returns on any kind of fu


From: Doug Stewart
Subject: [Octave-bug-tracker] [bug #46530] String input returns on any kind of function A(I): index out of bounds triggered.
Date: Wed, 25 Nov 2015 14:34:33 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36

Follow-up Comment #1, bug #46530 (project octave):

This is not a bug. You are using the word function wrong.
Function is a reserved word and is used as follows:


function result=fun11(q)
  result="hi";
endfunction



The way you are using it will not work.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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