From help-request at octave dot org Sat Apr 15 13:45:40 2006 Subject: Finding out the name of the dispatched function From: Shai Ayal To: help Date: Sat, 15 Apr 2006 21:41:10 +0300 Hi all, Is there a way to find out the name of the dispatched function? An example: function xxx disp("xxx") endfunction dispatch("yyy","xxx","any"); dispatch("zzz","xxx","any"); I would like to know in xxx whether it was called as xxx, yyy, or zzz. Shai ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------