Login | Sign Up
 





 
AutoLISP Function Detail
Name: help

Syntax:
(help [hlpfile [topic [flag]]])

Description:
Displays the help file and loads a topic.

Flag Meaning
HELP_CONTENTS Display the first Help Topic, usually the table of contents.
HELP_HELPONKEY Display help on using Help.
HELP_PARTIALKEY Display Search Dialog for Help with the topic in the search field.


Example(s):
(help "myhelp.hlp" "mylsp.lsp")
""