Accesses the on-line help file, dspfun.hlp.
HELP("helptopic")
HELP helptopic
"helptopic" |
- |
A string, the help topic. |
help("movavg")
loads the help file dspfun.hlp (the DADiSP Function Reference Manual), and displays the topic page for the MOVAVG function.
The shorter command form is also available:
help movavg
Functional form:
help("helptopic")
Command form:
help helptopic
The functional form is useful in SPL functions and menus. The command form is easier to enter when used interactively.