Delete an entry in the help list (original) (raw)
Scilab 5.3.3
- Scilab help
- Online help management
- add_help_chapter
- apropos
- del_help_chapter
- help
- help_from_sci
- help_skeleton
- Link toolbox help with Scilab one
- man
- manedit
- %helps
- xmltochm
- xmltohtml
- xmltojar
- xmltopdf
- xmltops
Please note that the recommended version of Scilab is 2026.0.1. This page might be outdated.
See the recommended documentation of this function
Scilab help >> Online help management > del_help_chapter
del_help_chapter
Delete an entry in the help list
Calling Sequence
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.