Scilab 6.0.0
Справка Scilab >> Online help management > %helps
%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
Comments
Add a comment:
Please login to comment this page.