Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
2023.0.0 - English


closeEditvar

Close the variable editor (obsolete)

Syntax

closeEditvar

Description

closeEditvar() will be removed in Scilab 6.1.x Please use close editvar instead.

closeEditvar closes the variable editor.

Examples

a=rand(10,10);
editvar a;
closeEditvar();

See also

History

VersionDescription
5.4.1 Function closeEditvar() introduced
6.1.0 Function tagged obsolete.
Report an issue
<< browsevar UI Data editvar >>

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:
Mon Nov 07 14:59:05 CET 2022