[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Message Id for undefined function
From: |
Juan Pablo Carbajal |
Subject: |
Re: Message Id for undefined function |
Date: |
Tue, 3 Jul 2012 16:13:47 +0200 |
On Fri, Jun 22, 2012 at 5:26 PM, Juan Pablo Carbajal
<address@hidden> wrote:
> Hi all,
>
> I just realized that there is no message ID when a function is not
> found in the current path. Example
>
> octave:184> my_function_loca % This function doesn't exist
> error: `my_function_loca' undefined near line 184 column 1
> octave:184> [msg id] = lasterr
> msg = `my_function_loca' undefined near line 184 column 1
> id =
>
> I am trying to write a try-catch block that catches that error. What can I do?
>
> Thanks
>
> --
> M. Sc. Juan Pablo Carbajal
> -----
> PhD Student
> University of Zürich
> http://ailab.ifi.uzh.ch/carbajal/
Pinging this question. Any comments?
--
M. Sc. Juan Pablo Carbajal
-----
PhD Student
University of Zürich
http://ailab.ifi.uzh.ch/carbajal/
- Re: Message Id for undefined function,
Juan Pablo Carbajal <=