0

I ran into the following AutoLISP code on another forum and I'm trying to understand what the enclosed asterisks mean:

(vl-load-com)
(setq *doc* (vla-get-Documents (vlax-get-acad-object)))
(vla-get-Count *doc*)

Link to source post

I tried searching on stack overflow and google for the answer but did not find anything specific. I'm expecting it to be a part of core LISP syntax, but I'm not 100% certain.

Rainer Joswig
  • 136,269
  • 10
  • 221
  • 346
  • Hi Martin, yes I believe so, seems like it's just a convention. Thank you for the reference, that didn't come up in my search efforts. – Dominic Dec 01 '22 at 15:56

0 Answers0