Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
%helps
Variable defining the path of help directories
Description
BEWARE: This variable must NOT be modified by users.
The global variable %helps
is an N x 2 matrix of strings.
The kth row of %helps
, %helps(k,:)
represents
the kth chapter of the manual and is made of two strings:
%helps(k,1)
is the absolute pathname for a help directory.
%helps(k,2)
is a title for this help directory.
To add a new help directory, the user should use add_help_chapter
.
See Also
- add_help_chapter — Add an entry in the help list
- help — on-line help command
Report an issue | ||
<< manedit | Online help management | xmltohtml >> |