octave-maintainers
[Top][All Lists]
Advanced

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

Re: strange echo


From: Marco Atzeri
Subject: Re: strange echo
Date: Tue, 22 Mar 2016 22:40:27 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0

On 22/03/2016 22:17, Rik wrote:

This is expected.  'echo on' turns on echo for scripts, but not
functions.  The __finish__.m *script* is set to be executed at the end
of every Octave session so that any commands the user has in finish.m
will be executed (e.g., saving the workspace, etc.).


I noted.


This seems like a corner case, but if it is really a problem then we
could switch to evalin.

I will just add a echo off at the end of my script



--Rik

Regards
Marco




reply via email to

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