Jump to content

Define Global Variable Name


bcarlso2

Recommended Posts

Is it possible using AutoLISP to define a variable name from the command line when running a function? I want to input the name when running it from the command line. Can I do this and still have the variable be global? If so, how would I go about that?

 

Thanks in advance.

Link to comment
Share on other sites

You want to prompt the user for the name of the variable?

 

If so, use getstring to obtain the variable name and then the set & read functions to define it.

Link to comment
Share on other sites

I would prefer to have it as a parameter, so I could include the variable name when I run the function via the command line. I am trying set and read right now, I am new to LISP so I am stumbling through it at the moment.

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...