BeginLisp eventOccurs when evaluation of a LISP expression begins. Note that EndLisp occurs when evaluation of the LISP expression begins. Syntax object.BeginLisp(FirstLine) Where: object is a valid Application, Document, or Workspace object. FirstLine is a String representing the LISP expression. Enter the LISP expression with exact capitalization. If the LISP expression begins with a C: prefix, include the prefix, for example (C:myLISP). Examples... |
|
|