From help-request at octave dot org Fri Sep 16 06:17:25 2005 Subject: Re: overriding builtin functions From: Paul Kienzle To: Brian Blais Cc: help at octave dot org Date: Fri, 16 Sep 2005 07:16:01 -0400 You can use the following: dispatch('input','myinput','string') You can call the builtin input using builtin('input',...) - Paul On Sep 16, 2005, at 6:23 AM, Brian Blais wrote: > Hello, > > I seem to recall there was a way to override the builtin functions. I > need to use a different "input" function (and can't change the code > which is calling "input"). Is there a way to do this? > > thanks, > > bb > -- > ----------------- > > bblais at bryant dot edu > http://web.bryant.edu/~bblais > > > > ------------------------------------------------------------- > 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 > ------------------------------------------------------------- > ------------------------------------------------------------- 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 -------------------------------------------------------------