Scilab 6.0.0
Ajuda do Scilab >> Gerenciamento de ajuda online > del_help_chapter
del_help_chapter
Delete an entry in the help list
Syntax
del_help_chapter(title[,mode])
Arguments
- title
String array, Help chapter title
- mode
A boolean, if TRUE, the chapter is considered as belongs to a internal modules, otherwise, the chapter is removed. It is an optional input argument and its default value is %F.
Description
This function deletes an entry in the help list.
See Also
- help — comando de ajuda on-line
- add_help_chapter — adiciona uma entrada na lista de ajudas
Comments
Add a comment:
Please login to comment this page.