bcarlso2 Posted March 6, 2017 Posted March 6, 2017 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. Quote
Lee Mac Posted March 6, 2017 Posted March 6, 2017 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. Quote
bcarlso2 Posted March 6, 2017 Author Posted March 6, 2017 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. Quote
Recommended Posts
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.