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

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

[Octave-bug-tracker] [bug #31111] diar file name does not accept variabl


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #31111] diar file name does not accept variables
Date: Thu, 23 Sep 2010 15:53:31 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11) Gecko/20100819 Iceweasel/3.5.11 (like Firefox/3.5.11)

Update of bug #31111 (project octave):

                  Status:                    None => Invalid                
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

This is not a bug.  All Octave functions can be called as "commands" or
"functions".  Try writing

  d_fname = "diary.txt";
  diary (d_fname)

instead.  By writing

  diary d_fname

you are doing the equivalent of

  diary ("d_fname")


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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