Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.0.2 - Français

Change language to:
English - 日本語 - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Aide de Scilab >> Editeur de script > edit_error

edit_error

opens in scilab editor the source of the last recorded error

Syntax

answ = edit_error(clearerror)

Arguments

clearerror

boolean - if true the error condition is cleared, if false it is kept (as in lasterror)

answ

a string stating which source file is open (or why no file was open)

Description

This function opens in scilab editor the source of the function which caused the last recorded error.

This function works only for functions which are defined in libraries, i.e. not for internal functions, nor with functions defined online, nor loaded with individual exec or getd. This is since Scilab presently retains only the path to libraries and not to individual function sources.

Correspondence between the function name foo and function filename foo.sci is tacitly assumed.

Examples

acosh abc
edit_error

See also

  • lasterror — get last recorded error message
  • errclear — efface le dernier rapport d'erreur (si son numéro est celui indiqué)
Report an issue
<< edit Editeur de script editor >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Thu Feb 14 15:00:00 CET 2019