Jump to content

local variables - set to nil


ipse

Recommended Posts

Hi guys,

If i run a lisp with many local variables, and i forget to put some local variables here (defun c:test ( / local variables), they will retain some values. How can i erase (set to nill) all these local variables? Any function in autolisp or visual lisp? Or any lisp for this task? thanks!

Link to comment
Share on other sites

While your code is open in VLEditor, check on Tools menu the Check Text in Editor / Check Selection options - it will give you the list of global variables.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...