DADiSP Worksheet Functions > Function Categories > Menu Functions > HELP

 

HELP

Purpose:

Accesses the on-line help file, dspfun.hlp.

Syntax:

HELP("helptopic")

HELP helptopic

"helptopic"

-

A string, the help topic.

Example:

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

Remarks:

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.

See Also:

HELPFILE

VIEW

VIEWFILE

WHICH