Name

edit — function editing

Calling Sequence

edit(functionname)

Parameters

functionname

character string

Description

If functionname is the name of a defined scilab function edit(functionname) try to open the associated file functionname.sci.

If functionname is the name of a undefined scilab function edit create a functionname.sci file in the TMPDIR directory.

Examples

 
edit('edit')  //opens editor with text of this function
edit('myfunction')  //opens editor for a new function
 

See Also

manedit